Trace number 4814321
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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 Name | Answer | CPU time | Wall clock time |
|---|
| NaPS 1.04 | ? (TO) | 3600.07 | 3610.3 |
General information on the benchmark
| Name | PB25/normalized-PB25/DEC-LIN/wallon/ normalized-Hamming-30-15-07-14_c24.opb |
| MD5SUM | d7caf0ce95992fd7713c820bc934c677 |
| Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
| Best result obtained on this benchmark | |
| Best value of the objective obtained on this benchmark | |
| Best CPU time to get the best result obtained on this benchmark | |
| Has Objective Function | NO |
| Satisfiable | |
| (Un)Satisfiability was proved | |
| Best value of the objective function | |
| Optimality of the best value was proved | |
| Number of variables | 22666 |
| Total number of constraints | 43951 |
| Number of constraints which are clauses | 7396 |
| Number of constraints which are cardinality constraints (but not clauses) | 435 |
| Number of constraints which are nor clauses,nor cardinality constraints | 36120 |
| Minimum length of a constraint | 1 |
| Maximum length of a constraint | 15 |
| Number of terms in the objective function | 0 |
| Biggest coefficient in the objective function | 0 |
| Number of bits for the biggest coefficient in the objective function | 0 |
| Sum of the numbers in the objective function | 0 |
| Number of bits of the sum of numbers in the objective function | 0 |
| Biggest number in a constraint | 14 |
| Number of bits of the biggest number in a constraint | 4 |
| Biggest sum of numbers in a constraint | 29 |
| Number of bits of the biggest sum of numbers | 5 |
| Number of products (including duplicates) | 0 |
| Sum of products size (including duplicates) | 0 |
| Number of different products | 0 |
| Sum of products size | 0 |
Solver Data
0.00/0.01 exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4814321-1782890227.opb
0.00/0.03 c NaPS 1.03a50.
0.00/0.03 c Using SAT solver: Kissat
0.00/0.03 c Input file name: HOME/instance-4814321-1782890227.opb
0.00/0.03 c Parsing PB file...
0.29/0.33 c Converting 43921 PB-constraints to clauses...
0.29/0.38 c initScipForCoop
0.38/0.44 c Running SCIP presolver (time limit: 500 sec)...
0.38/0.44 c solveScip
0.38/0.44 c initScipForCoop
0.38/0.44 c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.38/0.48 c presolving:
0.49/0.53 c (round 1, fast) 30 del vars, 29 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 464 clqs, 0 implints
0.49/0.58 c (0.1s) running MILP presolver
0.57/0.61 c (0.2s) MILP presolver found nothing
0.66/0.70 c (round 2, exhaustive) 30 del vars, 29 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 43863 upgd conss, 0 impls, 464 clqs, 0 implints
0.66/0.78 c (round 3, medium) 30 del vars, 7018 del conss, 13978 add conss, 0 chg bounds, 116 chg sides, 174 chg coeffs, 43863 upgd conss, 0 impls, 14413 clqs, 0 implints
0.76/0.83 c (round 4, exhaustive) 30 del vars, 27811 del conss, 20909 add conss, 0 chg bounds, 116 chg sides, 174 chg coeffs, 43863 upgd conss, 0 impls, 14413 clqs, 0 implints
0.97/1.07 c (0.6s) probing: 79/22636 (0.3%) - 0 fixings, 0 aggregations, 405 implications, 0 bound changes
0.97/1.07 c (0.6s) probing aborted: 50/50 successive totally useless probings
0.97/1.07 c (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.16/1.20 c (0.8s) no symmetry present (symcode time: 0.06)
1.16/1.24 c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
1.16/1.24 c 30 deleted vars, 27811 deleted constraints, 20909 added constraints, 0 tightened bounds, 0 added holes, 116 changed sides, 174 changed coefficients
1.16/1.24 c 0 implications, 14818 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.16/1.24 c presolved problem has 22636 variables (22636 bin, 0 int, 0 cont) and 37019 constraints
1.16/1.24 c 28681 constraints of type <knapsack>
1.16/1.24 c 551 constraints of type <setppc>
1.16/1.24 c 6931 constraints of type <and>
1.16/1.24 c 856 constraints of type <logicor>
1.16/1.24 c transformed objective value is always integral (scale: 1)
1.16/1.24 c Presolving Time: 0.76
1.16/1.24 c
4.84/4.97 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
4.84/4.97 c 4.5s| 1 | 0 | 19945 | - | 318M | 0 | 22k| 37k| 43k| 0 | 0 | 266 | 0 | 0.000000e+00 | -- | Inf | unknown
8.32/8.45 c 8.0s| 1 | 0 | 33973 | - | 336M | 0 | 22k| 37k| 44k| 220 | 1 | 267 | 0 | 0.000000e+00 | -- | Inf | unknown
9.73/9.87 c 9.4s| 1 | 0 | 35851 | - | 341M | 0 | 22k| 37k| 44k| 389 | 2 | 267 | 0 | 0.000000e+00 | -- | Inf | unknown
10.53/10.60 c 10.2s| 1 | 0 | 37475 | - | 345M | 0 | 22k| 37k| 44k| 733 | 3 | 268 | 0 | 0.000000e+00 | -- | Inf | unknown
11.22/11.37 c 10.9s| 1 | 0 | 38730 | - | 350M | 0 | 22k| 37k| 44k| 919 | 4 | 270 | 0 | 0.000000e+00 | -- | Inf | unknown
12.03/12.17 c 11.7s| 1 | 0 | 40131 | - | 355M | 0 | 22k| 37k| 45k|1164 | 5 | 272 | 0 | 0.000000e+00 | -- | Inf | unknown
12.82/12.96 c 12.5s| 1 | 0 | 41539 | - | 359M | 0 | 22k| 37k| 45k|1377 | 6 | 273 | 0 | 0.000000e+00 | -- | Inf | unknown
13.52/13.65 c 13.2s| 1 | 0 | 42868 | - | 365M | 0 | 22k| 37k| 45k|1569 | 7 | 277 | 0 | 0.000000e+00 | -- | Inf | unknown
14.31/14.48 c 14.0s| 1 | 0 | 45299 | - | 369M | 0 | 22k| 37k| 45k|1776 | 8 | 278 | 0 | 0.000000e+00 | -- | Inf | unknown
15.21/15.38 c 14.9s| 1 | 0 | 47381 | - | 375M | 0 | 22k| 37k| 45k|1970 | 9 | 279 | 0 | 0.000000e+00 | -- | Inf | unknown
16.11/16.26 c 15.8s| 1 | 0 | 49321 | - | 380M | 0 | 22k| 37k| 46k|2156 | 10 | 280 | 0 | 0.000000e+00 | -- | Inf | unknown
16.91/17.03 c 16.6s| 1 | 0 | 50730 | - | 384M | 0 | 22k| 37k| 46k|2332 | 11 | 281 | 0 | 0.000000e+00 | -- | Inf | unknown
24.78/24.92 c 24.5s| 1 | 2 | 57464 | - | 385M | 0 | 22k| 37k| 46k|2332 | 11 | 285 | 19 | 0.000000e+00 | -- | Inf | unknown
136.81/137.36 c 137s| 100 | 97 |248931 |2002.2 | 419M | 12 | 22k| 37k| 45k|6247 | 2 | 514 | 19 | 0.000000e+00 | -- | Inf | 3.32%
206.07/206.83 c 206s| 200 | 190 |515021 |2333.2 | 430M | 14 | 22k| 37k| 45k|9010 | 2 | 719 | 19 | 0.000000e+00 | -- | Inf | 11.35%
349.01/350.23 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
349.01/350.23 c 350s| 300 | 283 |988309 |3135.8 | 447M | 22 | 22k| 37k| 45k| 14k| 2 | 963 | 19 | 0.000000e+00 | -- | Inf | 13.31%
468.92/470.51 c 470s| 400 | 367 | 1478k|3578.2 | 453M | 22 | 22k| 38k| 0 | 22k| 0 |1087 | 19 | 0.000000e+00 | -- | Inf | 14.14%
498.72/500.44 c
498.72/500.44 c SCIP Status : solving was interrupted [time limit reached]
498.72/500.44 c Solving Time (sec) : 500.01
498.72/500.44 c Solving Nodes : 418
498.72/500.44 c Primal Bound : +1.00000000000000e+20 (0 solutions)
498.72/500.44 c Dual Bound : +0.00000000000000e+00
498.72/500.44 c Gap : infinite
498.72/500.44 c SCIP status: 23 (TIMELIMIT)
498.72/500.44 c solveScip: freeing transform (!can_skip_free_transform)
498.82/500.54 c SCIP presolver: sst_unknown
498.82/500.54 c -- Clauses(.)/Splits(s): estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 3
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 7
498.82/500.56 c Try to convert by bdds
498.82/500.56 c d: 1
498.82/500.56 c estimatedAdderCost: 9
498.82/500.56 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 9
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 3
498.82/500.57 c Try to convert by bdds
498.82/500.57 c d: 1
498.82/500.57 c estimatedAdderCost: 7
498.82/500.57 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 3
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 7
498.82/500.58 c Try to convert by bdds
498.82/500.58 c d: 1
498.82/500.58 c estimatedAdderCost: 9
498.82/500.58 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 3
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 9
498.82/500.59 c Try to convert by bdds
498.82/500.59 c d: 1
498.82/500.59 c estimatedAdderCost: 7
498.82/500.59 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 3
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 3
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 3
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 3
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 3
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 7
498.82/500.60 c Try to convert by bdds
498.82/500.60 c d: 1
498.82/500.60 c estimatedAdderCost: 9
498.82/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 9
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 3
498.92/500.60 c Try to convert by bdds
498.92/500.60 c d: 1
498.92/500.60 c estimatedAdderCost: 7
498.92/500.60 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 9
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 3
498.92/500.61 c Try to convert by bdds
498.92/500.61 c d: 1
498.92/500.61 c estimatedAdderCost: 7
498.92/500.61 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 3
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 7
498.92/500.62 c Try to convert by bdds
498.92/500.62 c d: 1
498.92/500.62 c estimatedAdderCost: 9
498.92/500.62 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 9
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 3
498.92/500.63 c Try to convert by bdds
498.92/500.63 c d: 1
498.92/500.63 c estimatedAdderCost: 7
498.92/500.63 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 9
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 3
498.92/500.64 c Try to convert by bdds
498.92/500.64 c d: 1
498.92/500.64 c estimatedAdderCost: 7
498.92/500.64 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 3
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 9
498.92/500.65 c Try to convert by bdds
498.92/500.65 c d: 1
498.92/500.65 c estimatedAdderCost: 7
498.92/500.65 c Try to convert by bdds
498.92 [...]
#
# trace file is too large. Trace was truncated at this point.
#
rt by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 9
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 3
499.33/501.08 c Try to convert by bdds
499.33/501.08 c d: 1
499.33/501.08 c estimatedAdderCost: 7
499.33/501.08 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 7
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 9
499.33/501.09 c Try to convert by bdds
499.33/501.09 c d: 1
499.33/501.09 c estimatedAdderCost: 3
499.33/501.09 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 3
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 7
499.33/501.10 c Try to convert by bdds
499.33/501.10 c d: 1
499.33/501.10 c estimatedAdderCost: 9
499.33/501.10 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 3
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 7
499.33/501.11 c Try to convert by bdds
499.33/501.11 c d: 1
499.33/501.11 c estimatedAdderCost: 9
499.33/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 9
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 3
499.44/501.11 c Try to convert by bdds
499.44/501.11 c d: 1
499.44/501.11 c estimatedAdderCost: 7
499.44/501.11 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 9
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 7
499.44/501.12 c Try to convert by bdds
499.44/501.12 c d: 1
499.44/501.12 c estimatedAdderCost: 3
499.44/501.12 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 3
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 9
499.44/501.13 c Try to convert by bdds
499.44/501.13 c d: 1
499.44/501.13 c estimatedAdderCost: 7
499.44/501.13 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 7
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 3
499.44/501.14 c Try to convert by bdds
499.44/501.14 c d: 1
499.44/501.14 c estimatedAdderCost: 9
499.44/501.14 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 7
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 3
499.44/501.15 c Try to convert by bdds
499.44/501.15 c d: 1
499.44/501.15 c estimatedAdderCost: 9
499.44/501.15 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 9
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 7
499.44/501.16 c Try to convert by bdds
499.44/501.16 c d: 1
499.44/501.16 c estimatedAdderCost: 3
499.44/501.16 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 7
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 3
499.44/501.17 c Try to convert by bdds
499.44/501.17 c d: 1
499.44/501.17 c estimatedAdderCost: 9
499.44/501.17 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 3
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 3
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 3
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 3
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 9
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 7
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c estimatedAdderCost: 3
499.44/501.18 c Try to convert by bdds
499.44/501.18 c d: 1
499.44/501.18 c
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 : 36105,0
3600.06/3610.30 c 2cl/3cl ITE-codings : 52200,0
3600.06/3610.30 c BDD/srt/adr Max costs : 8,118,0
3600.06/3610.30 c BDDraw/bin/mul/srt/adr: 35670,0,0,435,0
3600.06/3610.30 c BDD nodes : 279270
3600.06/3610.30 c Es1/CC detections : 0,0
3600.06/3610.30 c CC sort : 435
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: 0
3600.06/3610.30 c restarts : 0
3600.06/3610.30 c conflicts : 0 (0 /sec)
3600.06/3610.30 c decisions : 0 (0 /sec)
3600.06/3610.30 c propagations : 0 (0 /sec)
3600.06/3610.30 c inspects : 0 (0 /sec)
3600.06/3610.30 c CPU time (solving tm) : 3600 s (3101 s, SAT 0 s, UNSAT 0 s)
3600.06/3610.30 c SAT solver time : 3101 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 : 0 s
3600.06/3610.30 c Time for SCIP : 498.4 s
3600.06/3610.30 c Coop SCIP LB improvements : 0
3600.06/3610.30 c Coop SCIP UB improvements : 0
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 : 1
3600.06/3610.30 c Time for Opt-base : 0.001674 s
3600.06/3610.30 c Steps for Opt-base : 0
3600.06/3610.30 c Time for BDD coding : 0.4601 s
3600.06/3610.30 c Time for srt coding : 0.00276 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-4814321-1782890227/watcher-4814321-1782890227 -o /tmp/evaluation-result-4814321-1782890227/solver-4814321-1782890227 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4814321-1782890227/vars-4814321-1782890227 --bin-var /tmp/runsolver-exch-nodeE006-1782882480-2604372 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4814321-1782890227.opb
running on 4 cores: 4-7
CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
2500 MHz: 0-1,8,10-12,14-15,19-20,22-24,26-28,30-31,33-34,37-40,42,49-52,54-55,57-59
3550 MHz: 4-7,29,35
3600 MHz: 2-3,9,13,16-18,21,25,32,36,41,43-48,53,56,60-63
WARNING: cores do not run at the same frequency!
Cores frequency (cpufreq):
2500 MHz: 0-1
3600 MHz: 2-3
WARNING: cores do not run at the same frequency!
CPU governors:
performance: 4-7
NUMA information:
number of nodes: 8
node 0: cores 0-7, 128055 MiB (104706 MiB free)
node 1: cores 8-15, 129019 MiB (107813 MiB free)
node 2: cores 16-23, 129019 MiB (100960 MiB free)
node 3: cores 24-31, 129003 MiB (106524 MiB free)
node 4: cores 32-39, 128973 MiB (108624 MiB free)
node 5: cores 40-47, 129019 MiB (103301 MiB free)
node 6: cores 48-55, 129019 MiB (108518 MiB free)
node 7: cores 56-63, 128474 MiB (110730 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=2612993, runsolver pid=2612987
Current StackSize limit: 8192 KiB
[startup+0.100063 s]*
/proc/loadavg: 16.07 16.17 16.17 18/872 2613004
/proc/meminfo: memFree=871619416/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=97484 memory=25760 CPUtime=0.07 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 4270 207 0 0 7 0 0 0 20 0 1 0 222310619 99823616 6272 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 24371 6440 2629 506 0 5062 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 97484 KiB
Current children cumulated memory: 25760 KiB
[startup+0.212934 s]*
/proc/loadavg: 16.07 16.17 16.17 18/872 2613004
/proc/meminfo: memFree=871571808/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=118816 memory=47016 CPUtime=0.18 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 9626 207 0 0 18 0 0 0 20 0 1 0 222310619 121667584 11648 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 29704 11754 2629 506 0 10395 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 118816 KiB
Current children cumulated memory: 47016 KiB
[startup+0.312701 s]*
/proc/loadavg: 16.07 16.17 16.17 18/872 2613004
/proc/meminfo: memFree=871527228/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=138004 memory=65936 CPUtime=0.29 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 14439 207 0 0 28 1 0 0 20 0 1 0 222310619 141316096 16384 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 34501 16484 2629 506 0 15192 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 138004 KiB
Current children cumulated memory: 65936 KiB
[startup+0.700216 s]
/proc/loadavg: 16.07 16.17 16.17 17/872 2613004
/proc/meminfo: memFree=871318888/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=355752 memory=289148 CPUtime=0.66 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 74714 207 0 0 62 4 0 0 20 0 1 0 222310619 364290048 72192 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 88938 72287 5539 506 0 69629 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 355752 KiB
Current children cumulated memory: 289148 KiB
[startup+1.50016 s]
/proc/loadavg: 16.07 16.17 16.17 17/872 2613004
/proc/meminfo: memFree=871129780/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=474272 memory=374860 CPUtime=1.45 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 100521 207 0 0 140 5 0 0 20 0 1 0 222310619 485654528 93600 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 118568 93715 5788 506 0 99259 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 474272 KiB
Current children cumulated memory: 374860 KiB
[startup+3.11338 s]
/proc/loadavg: 16.07 16.17 16.17 17/872 2613004
/proc/meminfo: memFree=870159464/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=491212 memory=390264 CPUtime=3.07 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 104274 207 0 0 301 6 0 0 20 0 1 0 222310619 503001088 97440 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 122803 97566 5911 506 0 103494 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 491212 KiB
Current children cumulated memory: 390264 KiB
[startup+6.30014 s]
/proc/loadavg: 16.06 16.17 16.17 17/872 2613004
/proc/meminfo: memFree=870156412/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=513484 memory=413436 CPUtime=6.24 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 109860 207 0 0 618 6 0 0 20 0 1 0 222310619 525807616 103185 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 128371 103359 5942 506 0 109062 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 513484 KiB
Current children cumulated memory: 413436 KiB
[startup+12.7001 s]
/proc/loadavg: 16.06 16.17 16.17 17/869 2613024
/proc/meminfo: memFree=873295512/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=719168 CPUtime=12.62 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 176511 207 0 0 1251 11 0 0 20 0 1 0 222310619 844513280 179644 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 179792 5957 506 0 186871 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 719168 KiB
[startup+25.5002 s]
/proc/loadavg: 16.04 16.16 16.17 17/874 2613106
/proc/meminfo: memFree=872134248/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=723024 CPUtime=25.37 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 177475 207 0 0 2526 11 0 0 20 0 1 0 222310619 844513280 180668 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 180756 5957 506 0 186871 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 723024 KiB
[startup+51.1133 s]
/proc/loadavg: 16.37 16.23 16.19 17/874 2613206
/proc/meminfo: memFree=868591344/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=723336 CPUtime=50.91 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 177573 207 0 0 5080 11 0 0 20 0 1 0 222310619 844513280 180668 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 180834 5957 506 0 186871 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 723336 KiB
[startup+102.3 s]
/proc/loadavg: 16.51 16.30 16.22 17/874 2613306
/proc/meminfo: memFree=858721036/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=723464 CPUtime=101.92 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 177612 207 0 0 10181 11 0 0 20 0 1 0 222310619 844513280 180796 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 180866 5957 506 0 186871 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 723464 KiB
[startup+162.3 s]
/proc/loadavg: 16.25 16.26 16.21 17/873 2613356
/proc/meminfo: memFree=859314888/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=723568 CPUtime=161.72 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 177647 207 0 0 16161 11 0 0 20 0 1 0 222310619 844513280 180796 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 180892 5957 506 0 186871 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 723568 KiB
[startup+222.3 s]
/proc/loadavg: 15.56 16.07 16.14 16/867 2613440
/proc/meminfo: memFree=861154788/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=724108 CPUtime=221.52 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 177782 207 0 0 22141 11 0 0 20 0 1 0 222310619 844513280 180924 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 181027 5957 506 0 186871 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 724108 KiB
[startup+282.3 s]
/proc/loadavg: 15.20 15.87 16.07 16/867 2613441
/proc/meminfo: memFree=860927124/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=824720 memory=724116 CPUtime=281.34 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 177793 207 0 0 28123 11 0 0 20 0 1 0 222310619 844513280 180924 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 206180 181029 5957 506 0 186871 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 824720 KiB
Current children cumulated memory: 724116 KiB
[startup+342.3 s]
/proc/loadavg: 15.11 15.72 16.00 16/863 2613442
/proc/meminfo: memFree=860484820/1055320696 swapFree=33554428/33554428
################
# More data... #
################
Current children cumulated memory: 691656 KiB
[startup+2922.3 s]
/proc/loadavg: 5.07 5.83 7.82 6/803 2613868
/proc/meminfo: memFree=874793000/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=696916 CPUtime=2913.55 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1720148 207 0 0 291104 251 0 0 20 0 1 0 222310619 827719680 174226 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 174229 6019 506 0 182771 0
Current children cumulated CPU time: 2913.55 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 696916 KiB
[startup+2982.3 s]
/proc/loadavg: 5.02 5.68 7.64 6/803 2613869
/proc/meminfo: memFree=874824328/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=775552 memory=676920 CPUtime=2973.39 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1755505 207 0 0 297082 257 0 0 20 0 1 0 222310619 794165248 169227 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 193888 169230 6019 506 0 174579 0
Current children cumulated CPU time: 2973.39 s
Current children cumulated vsize: 775552 KiB
Current children cumulated memory: 676920 KiB
[startup+3042.3 s]
/proc/loadavg: 4.61 5.46 7.44 5/798 2613907
/proc/meminfo: memFree=883119104/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=694848 CPUtime=3033.24 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1811837 207 0 0 303058 266 0 0 20 0 1 0 222310619 827719680 173709 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 173712 6019 506 0 182771 0
Current children cumulated CPU time: 3033.24 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 694848 KiB
[startup+3102.3 s]
/proc/loadavg: 4.26 5.20 7.23 5/800 2613914
/proc/meminfo: memFree=883116524/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=695812 CPUtime=3093.1 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1841589 207 0 0 309040 270 0 0 20 0 1 0 222310619 827719680 173950 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 173953 6019 506 0 182771 0
Current children cumulated CPU time: 3093.1 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 695812 KiB
[startup+3162.3 s]
/proc/loadavg: 3.53 4.83 6.97 4/795 2613949
/proc/meminfo: memFree=886566680/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=698792 CPUtime=3152.97 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1896304 207 0 0 315017 280 0 0 20 0 1 0 222310619 827719680 174653 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 174698 6019 506 0 182771 0
Current children cumulated CPU time: 3152.97 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 698792 KiB
[startup+3222.3 s]
/proc/loadavg: 3.19 4.49 6.72 4/795 2613950
/proc/meminfo: memFree=886558388/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=791936 memory=692644 CPUtime=3212.85 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1926620 207 0 0 321000 285 0 0 20 0 1 0 222310619 810942464 173053 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 197984 173161 6019 506 0 178675 0
Current children cumulated CPU time: 3212.85 s
Current children cumulated vsize: 791936 KiB
Current children cumulated memory: 692644 KiB
[startup+3282.3 s]
/proc/loadavg: 3.07 4.22 6.49 4/795 2613951
/proc/meminfo: memFree=886571624/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=704752 CPUtime=3272.73 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 1980392 207 0 0 326979 294 0 0 20 0 1 0 222310619 827719680 176068 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 176188 6019 506 0 182771 0
Current children cumulated CPU time: 3272.73 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 704752 KiB
[startup+3342.3 s]
/proc/loadavg: 3.02 3.99 6.26 4/795 2613953
/proc/meminfo: memFree=886485100/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=775552 memory=683680 CPUtime=3332.61 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2007399 207 0 0 332962 299 0 0 20 0 1 0 222310619 794165248 170862 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 193888 170920 6019 506 0 174579 0
Current children cumulated CPU time: 3332.61 s
Current children cumulated vsize: 775552 KiB
Current children cumulated memory: 683680 KiB
[startup+3402.3 s]
/proc/loadavg: 3.01 3.81 6.06 4/793 2613954
/proc/meminfo: memFree=886251964/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=689852 CPUtime=3392.48 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2074719 207 0 0 338939 309 0 0 20 0 1 0 222310619 827719680 172414 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 172463 6019 506 0 182771 0
Current children cumulated CPU time: 3392.48 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 689852 KiB
[startup+3462.3 s]
/proc/loadavg: 3.00 3.66 5.86 4/793 2613955
/proc/meminfo: memFree=886097076/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=841088 memory=712212 CPUtime=3452.36 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2109159 207 0 0 344920 316 0 0 20 0 1 0 222310619 861274112 177918 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 210272 178053 6019 506 0 190963 0
Current children cumulated CPU time: 3452.36 s
Current children cumulated vsize: 841088 KiB
Current children cumulated memory: 712212 KiB
[startup+3522.3 s]
/proc/loadavg: 3.00 3.54 5.68 4/793 2613956
/proc/meminfo: memFree=886447852/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=808320 memory=707232 CPUtime=3512.23 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2149116 207 0 0 350901 322 0 0 20 0 1 0 222310619 827719680 176694 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 202080 176808 6019 506 0 182771 0
Current children cumulated CPU time: 3512.23 s
Current children cumulated vsize: 808320 KiB
Current children cumulated memory: 707232 KiB
[startup+3582.3 s]
/proc/loadavg: 3.00 3.44 5.51 4/793 2613957
/proc/meminfo: memFree=886391368/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=841088 memory=735680 CPUtime=3572.12 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2190960 207 0 0 356882 330 0 0 20 0 1 0 222310619 861274112 183806 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 210272 183920 6019 506 0 190963 0
Current children cumulated CPU time: 3572.12 s
Current children cumulated vsize: 841088 KiB
Current children cumulated memory: 735680 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3610.3 s]
/proc/loadavg: 3.00 3.39 5.43 4/793 2613958
/proc/meminfo: memFree=886405072/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=791936 memory=695220 CPUtime=3600.06 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2203227 207 0 0 359673 333 0 0 20 0 1 0 222310619 810942464 173671 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 197984 173805 6019 506 0 178675 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 791936 KiB
Current children cumulated memory: 695220 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3610.3 s]
# the end of solver process 2612993 was just reported to runsolver
# Child status: 10
# cumulated CPU time of all completed processes: user=3596.74 s, system=3.33991 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3610.3 s]
/proc/loadavg: 3.00 3.39 5.43 4/793 2613958
/proc/meminfo: memFree=886405072/1055320696 swapFree=33554428/33554428
[pid=2612993] ppid=2612987 vsize=791936 memory=695220 CPUtime=3600.06 cores=4-7
/proc/2612993/stat : 2612993 (naps_release) R 2612987 2612993 2604361 0 -1 4194304 2203227 207 0 0 359673 333 0 0 20 0 1 0 222310619 810942464 173671 18446744073709551615 4210688 6281017 140725822436816 0 0 0 0 0 16898 0 0 0 17 5 0 0 0 0 0 6662968 6676388 15282176 140725822445787 140725822445968 140725822445968 140725822451656 0
/proc/2612993/statm: 197984 173805 6019 506 0 178675 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 791936 KiB
Current children cumulated memory: 695220 KiB
Child status: 10
Real time (s): 3610.3
CPU time (s): 3600.07
CPU user time (s): 3596.74
CPU system time (s): 3.33991
CPU usage (%): 99.7167
Max. virtual memory (cumulated for all children) (KiB): 873856
Max. memory (cumulated for all children) (KiB): 742932
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.74
system time used= 3.33991
maximum resident set size= 742812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2203434
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= 353
involuntary context switches= 3912
# summary of solver processes directly reported to runsolver:
# pid: 2612993
# total CPU time (s): 3600.07
# total CPU user time (s): 3596.74
# total CPU system time (s): 3.33991
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4859 second user time and 35.0853 second system time
The end
Launcher Data
Begin job on nodeE006 at 2026-07-01 09:17:07
IDJOB=4814321
IDBENCH=180746
IDSOLVER=3589
FILE ID=nodeE006/4814321-1782890227
RUNJOBID= nodeE006-1782882480-2604372
SLURM_JOB_ID= 12542957
Free space on /tmp= 798292 MiB
SOLVER NAME= NaPS 1.04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-Hamming-30-15-07-14_c24.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4814321-1782890227/watcher-4814321-1782890227 -o /tmp/evaluation-result-4814321-1782890227/solver-4814321-1782890227 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4814321-1782890227/vars-4814321-1782890227 --bin-var /tmp/runsolver-exch-nodeE006-1782882480-2604372 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4814321-1782890227.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3
MD5SUM BENCH= d7caf0ce95992fd7713c820bc934c677
RANDOM SEED=1990175332
nodeE006 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 : 3585.303
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 2
cpu cores : 32
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 3
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 3
cpu cores : 32
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 4
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3558.076
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 : 3567.559
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 65
cpu cores : 32
apicid : 65
initial apicid : 65
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 6
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 66
cpu cores : 32
apicid : 66
initial apicid : 66
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 7
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 67
cpu cores : 32
apicid : 67
initial apicid : 67
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 8
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 32
cpu cores : 32
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 9
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.709
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 : 3579.586
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 : 3593.849
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 : 3586.801
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 : 3585.651
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 : 3588.932
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 113
cpu cores : 32
apicid : 113
initial apicid : 113
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 22
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 114
cpu cores : 32
apicid : 114
initial apicid : 114
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 23
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 115
cpu cores : 32
apicid : 115
initial apicid : 115
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 24
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 16
cpu cores : 32
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 25
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.943
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 : 3573.030
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 : 3574.146
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 : 3573.909
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 : 3582.572
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 : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 1
cpu cores : 32
apicid : 129
initial apicid : 129
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 34
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 2
cpu cores : 32
apicid : 130
initial apicid : 130
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 35
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 3
cpu cores : 32
apicid : 131
initial apicid : 131
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 36
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3593.229
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 : 2493.659
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 : 3590.847
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 : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 32
cpu cores : 32
apicid : 160
initial apicid : 160
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.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 : 3613.134
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 33
cpu cores : 32
apicid : 161
initial apicid : 161
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 42
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 34
cpu cores : 32
apicid : 162
initial apicid : 162
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 43
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 35
cpu cores : 32
apicid : 163
initial apicid : 163
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 44
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3589.638
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 : 3585.477
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 97
cpu cores : 32
apicid : 225
initial apicid : 225
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 46
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 98
cpu cores : 32
apicid : 226
initial apicid : 226
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 47
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3574.300
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 : 3590.957
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 48
cpu cores : 32
apicid : 176
initial apicid : 176
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 49
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 49
cpu cores : 32
apicid : 177
initial apicid : 177
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 50
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 50
cpu cores : 32
apicid : 178
initial apicid : 178
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 51
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3587.588
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 : 3581.560
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 : 3574.534
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 : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 17
cpu cores : 32
apicid : 145
initial apicid : 145
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 58
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 18
cpu cores : 32
apicid : 146
initial apicid : 146
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 59
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3577.086
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 : 3594.318
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 : 3596.350
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 82
cpu cores : 32
apicid : 210
initial apicid : 210
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 63
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 83
cpu cores : 32
apicid : 211
initial apicid : 211
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
/proc/meminfo:
MemTotal: 1055320696 kB
MemFree: 871623980 kB
MemAvailable: 1018983688 kB
Buffers: 3352 kB
Cached: 151654096 kB
SwapCached: 0 kB
Active: 29218380 kB
Inactive: 149814264 kB
Active(anon): 28276160 kB
Inactive(anon): 0 kB
Active(file): 942220 kB
Inactive(file): 149814264 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33554428 kB
SwapFree: 33554428 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 29764 kB
Writeback: 32 kB
AnonPages: 27356552 kB
Mapped: 260604 kB
Shmem: 900924 kB
KReclaimable: 1491700 kB
Slab: 2068076 kB
SReclaimable: 1491700 kB
SUnreclaim: 576376 kB
KernelStack: 14880 kB
PageTables: 62440 kB
SecPageTables: 15264 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 561214776 kB
Committed_AS: 31424516 kB
VmallocTotal: 13743895347199 kB
VmallocUsed: 478948 kB
VmallocChunk: 0 kB
Percpu: 131840 kB
HardwareCorrupted: 0 kB
AnonHugePages: 7018496 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: 369092 kB
DirectMap2M: 19875840 kB
DirectMap1G: 1053818880 kB
Free space on /tmp at the end= 798324 MiB
End job on nodeE006 at 2026-07-01 10:17:18