Trace number 4800141
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.13 | 3612.43 |
General information on the benchmark
| Name | PB24/normalized-PB11/DEC-LIN/ lopes/normalized-81.opb |
| MD5SUM | 072b9cb502ace4cbfc9c99798f0d595c |
| Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
| Best result obtained on this benchmark | UNSAT |
| Best value of the objective obtained on this benchmark | |
| Best CPU time to get the best result obtained on this benchmark | 2435.51 |
| 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 | 10086 |
| Total number of constraints | 226240 |
| Number of constraints which are clauses | 203302 |
| Number of constraints which are cardinality constraints (but not clauses) | 720 |
| Number of constraints which are nor clauses,nor cardinality constraints | 22218 |
| Minimum length of a constraint | 2 |
| Maximum length of a constraint | 231 |
| 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 | 3 |
| Number of bits of the biggest number in a constraint | 2 |
| Biggest sum of numbers in a constraint | 232 |
| Number of bits of the biggest sum of numbers | 8 |
| 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-4800141-1782487913.opb
0.00/0.02 c NaPS 1.03a50.
0.00/0.02 c Using SAT solver: Kissat
0.00/0.02 c Input file name: HOME/instance-4800141-1782487913.opb
0.00/0.02 c Parsing PB file...
0.98/1.01 c Converting 226608 PB-constraints to clauses...
1.08/1.11 c initScipForCoop
1.27/1.30 c Running SCIP presolver (time limit: 500 sec)...
1.27/1.30 c solveScip
1.27/1.30 c initScipForCoop
1.27/1.30 c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1.37/1.43 c presolving:
1.77/1.80 c (0.5s) running MILP presolver
1.97/2.08 c (0.8s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.16/2.20 c (round 1, exhaustive) 1 del vars, 378 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 48174 clqs, 0 implints
2.47/2.56 c (round 2, exhaustive) 1 del vars, 378 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 0 impls, 48174 clqs, 0 implints
2.76/2.89 c (round 3, exhaustive) 1 del vars, 3194 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 4234 chg coeffs, 226228 upgd conss, 0 impls, 48174 clqs, 0 implints
3.56/3.69 c (2.4s) probing: 51/10085 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.56/3.69 c (2.4s) probing aborted: 50/50 successive totally useless probings
4.45/4.52 c (3.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
4.65/4.72 c (3.4s) no symmetry present (symcode time: 0.02)
4.76/4.85 c presolving (4 rounds: 4 fast, 4 medium, 4 exhaustive):
4.76/4.85 c 1 deleted vars, 3194 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 4324 changed coefficients
4.76/4.85 c 0 implications, 48174 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
4.76/4.85 c presolved problem has 10085 variables (10085 bin, 0 int, 0 cont) and 223414 constraints
4.76/4.85 c 22570 constraints of type <knapsack>
4.76/4.85 c 48174 constraints of type <setppc>
4.76/4.85 c 2 constraints of type <linear>
4.76/4.85 c 152668 constraints of type <logicor>
4.76/4.85 c transformed objective value is always integral (scale: 1)
4.76/4.85 c Presolving Time: 3.42
4.76/4.85 c
5.35/5.40 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
5.35/5.40 c 4.1s| 1 | 0 | 543 | - | 1129M | 0 | 10k| 223k| 223k| 0 | 0 | 77 | 0 | 0.000000e+00 | -- | Inf | unknown
20.40/20.58 c 19.3s| 1 | 0 | 3031 | - | 1162M | 0 | 10k| 223k| 223k| 7 | 1 | 78 | 0 | 0.000000e+00 | -- | Inf | unknown
39.34/39.56 c 38.3s| 1 | 0 | 3187 | - | 1183M | 0 | 10k| 223k| 223k| 12 | 2 | 81 | 0 | 0.000000e+00 | -- | Inf | unknown
61.37/61.66 c 60.4s| 1 | 0 | 3239 | - | 1206M | 0 | 10k| 223k| 223k| 19 | 3 | 84 | 0 | 0.000000e+00 | -- | Inf | unknown
91.78/92.14 c 90.8s| 1 | 0 | 3314 | - | 1235M | 0 | 10k| 223k| 223k| 28 | 4 | 89 | 0 | 0.000000e+00 | -- | Inf | unknown
117.48/117.91 c 117s| 1 | 0 | 3459 | - | 1261M | 0 | 10k| 223k| 223k| 41 | 5 | 92 | 0 | 0.000000e+00 | -- | Inf | unknown
156.46/157.04 c 156s| 1 | 0 | 3708 | - | 1285M | 0 | 10k| 223k| 223k| 51 | 6 | 93 | 0 | 0.000000e+00 | -- | Inf | unknown
179.17/179.89 c 179s| 1 | 0 | 4107 | - | 1310M | 0 | 10k| 223k| 223k| 62 | 7 | 94 | 0 | 0.000000e+00 | -- | Inf | unknown
203.99/204.70 c 203s| 1 | 0 | 4307 | - | 1336M | 0 | 10k| 223k| 223k| 75 | 8 | 96 | 0 | 0.000000e+00 | -- | Inf | unknown
245.45/246.32 c 245s| 1 | 0 | 4413 | - | 1363M | 0 | 10k| 223k| 223k| 81 | 9 | 98 | 0 | 0.000000e+00 | -- | Inf | unknown
277.93/278.99 c 278s| 1 | 0 | 4454 | - | 1390M | 0 | 10k| 223k| 223k| 89 | 10 | 101 | 0 | 0.000000e+00 | -- | Inf | unknown
278.14/279.14 c 278s| 1 | 0 | 4560 | - | 1414M | 0 | 10k| 223k| 223k| 99 | 11 | 103 | 0 | 0.000000e+00 | -- | Inf | unknown
284.41/285.48 c 284s| 1 | 2 | 7223 | - | 1415M | 0 | 10k| 223k| 223k| 99 | 11 | 109 | 19 | 0.000000e+00 | -- | Inf | unknown
447.47/449.03 c 448s| 100 | 101 | 95606 | 919.7 | 1833M | 11 | 10k| 223k| 223k|1280 | 1 | 326 | 19 | 0.000000e+00 | -- | Inf | unknown
499.98/501.73 c
499.98/501.73 c SCIP Status : solving was interrupted [time limit reached]
499.98/501.73 c Solving Time (sec) : 500.43
499.98/501.73 c Solving Nodes : 125
499.98/501.73 c Primal Bound : +1.00000000000000e+20 (0 solutions)
499.98/501.73 c Dual Bound : +0.00000000000000e+00
499.98/501.73 c Gap : infinite
499.98/501.73 c SCIP status: 23 (TIMELIMIT)
499.98/501.73 c solveScip: freeing transform (!can_skip_free_transform)
500.18/501.92 c SCIP presolver: sst_unknown
500.18/501.92 c -- Clauses(.)/Splits(s): ##estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 4
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.98 c d: 1
500.18/501.98 c estimatedAdderCost: 5
500.18/501.98 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 4
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/501.99 c d: 1
500.18/501.99 c estimatedAdderCost: 5
500.18/501.99 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 4
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.00 c d: 1
500.18/502.00 c estimatedAdderCost: 5
500.18/502.00 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 4
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.18/502.01 c d: 1
500.18/502.01 c estimatedAdderCost: 5
500.18/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 5
500.30/502.01 c Try to convert by bdds
500.30/502.01 c d: 1
500.30/502.01 c estimatedAdderCost: 4
500.30/502.01 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 4
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.02 c d: 1
500.30/502.02 c estimatedAdderCost: 5
500.30/502.02 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 4
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.03 c d: 1
500.30/502.03 c estimatedAdderCost: 5
500.30/502.03 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 5
500.30/502.04 c Try to convert by bdds
500.30/502.04 c d: 1
500.30/502.04 c estimatedAdderCost: 4
500.30/502.04 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 4
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 c Try to convert by bdds
500.30/502.05 c d: 1
500.30/502.05 c estimatedAdderCost: 5
500.30/502.05 [...]
#
# trace file is too large. Trace was truncated at this point.
#
rt by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 4
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.20 c d: 1
500.48/502.20 c estimatedAdderCost: 5
500.48/502.20 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 4
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.21 c d: 1
500.48/502.21 c estimatedAdderCost: 5
500.48/502.21 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 4
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.22 c d: 1
500.48/502.22 c estimatedAdderCost: 5
500.48/502.22 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 4
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.23 c d: 1
500.48/502.23 c estimatedAdderCost: 5
500.48/502.23 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 4
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.24 c d: 1
500.48/502.24 c estimatedAdderCost: 5
500.48/502.24 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 4
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.25 c d: 1
500.48/502.25 c estimatedAdderCost: 5
500.48/502.25 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 4
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.26 c d: 1
500.48/502.26 c estimatedAdderCost: 5
500.48/502.26 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 5
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c estimatedAdderCost: 4
500.48/502.27 c Try to convert by bdds
500.48/502.27 c d: 1
500.48/502.27 c
3600.09/3612.40
3600.09/3612.40 *** TERMINATED *** by signal
3600.09/3612.40 c
3600.09/3612.40 s UNKNOWN
3600.09/3612.40 c _____________________________________________________________________________
3600.09/3612.40 c std/band forms : 22940,0
3600.09/3612.40 c 2cl/3cl ITE-codings : 21160,0
3600.09/3612.40 c BDD/srt/adr Max costs : 5,119,0
3600.09/3612.40 c BDDraw/bin/mul/srt/adr: 22218,0,0,722,0
3600.09/3612.40 c BDD nodes : 131192
3600.09/3612.40 c Es1/CC detections : 0,0
3600.09/3612.40 c CC sort : 720
3600.09/3612.40 c SAT/UNSAT calls : 0,0
3600.09/3612.40 c regenrated variables : 0
3600.09/3612.40 c eliminated fixed lits : 0
3600.09/3612.40 c goal lit flips : 0
3600.09/3612.40 c goal stages : 0
3600.09/3612.40 c goal shrink : 0
3600.09/3612.40 c goal coeff separations: 0
3600.09/3612.40 c restarts : 0
3600.09/3612.40 c conflicts : 0 (0 /sec)
3600.09/3612.40 c decisions : 0 (0 /sec)
3600.09/3612.40 c propagations : 0 (0 /sec)
3600.09/3612.40 c inspects : 0 (0 /sec)
3600.09/3612.40 c CPU time (solving tm) : 3600 s (3100 s, SAT 0 s, UNSAT 0 s)
3600.09/3612.40 c SAT solver time : 3100 s
3600.09/3612.40 c SAT solver SAT time : 0 s
3600.09/3612.40 c SAT solver UNSAT time : 0 s
3600.09/3612.40 c SAT solver TO time : 0 s
3600.09/3612.40 c Time for SCIP : 498.7 s
3600.09/3612.40 c Coop SCIP LB improvements : 0
3600.09/3612.40 c Coop SCIP UB improvements : 0
3600.09/3612.40 c SCIP globally fixed variables : 0
3600.09/3612.40 c SAT globally fixed variables : 0
3600.09/3612.40 c SCIP freeTransform calls : 1
3600.09/3612.40 c Time for Opt-base : 0.00184 s
3600.09/3612.40 c Steps for Opt-base : 0
3600.09/3612.40 c Time for BDD coding : 0.2113 s
3600.09/3612.40 c Time for srt coding : 0.003321 s
3600.09/3612.40 c Inner solver invocations : 0
3600.09/3612.40 c Inner solving count : 0
3600.09/3612.40 c _____________________________________________________________________________
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4800141-1782487913/watcher-4800141-1782487913 -o /tmp/evaluation-result-4800141-1782487913/solver-4800141-1782487913 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4800141-1782487913/vars-4800141-1782487913 --bin-var /tmp/runsolver-exch-nodeE008-1782482419-2508351 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4800141-1782487913.opb
running on 4 cores: 32-35
CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
2500 MHz: 0,2,4,6,8-9,11,13-16,18-20,22-24,26-27,29-30,37-38,41,43,46,49-53,59-61,63
3550 MHz: 7,21,34,39-40,42,54,57-58,62
3600 MHz: 1,3,5,10,12,17,25,28,31-33,35-36,44-45,47-48,55-56
WARNING: cores do not run at the same frequency!
Cores frequency (cpufreq):
2500 MHz: 0,2
3600 MHz: 1,3
WARNING: cores do not run at the same frequency!
CPU governors:
performance: 32-35
NUMA information:
number of nodes: 8
node 0: cores 0-7, 128055 MiB (106890 MiB free)
node 1: cores 8-15, 129019 MiB (113201 MiB free)
node 2: cores 16-23, 128973 MiB (113855 MiB free)
node 3: cores 24-31, 129003 MiB (107185 MiB free)
node 4: cores 32-39, 129019 MiB (89523 MiB free)
node 5: cores 40-47, 129019 MiB (94601 MiB free)
node 6: cores 48-55, 129019 MiB (100767 MiB free)
node 7: cores 56-63, 128474 MiB (79747 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=2515502, runsolver pid=2515499
Current StackSize limit: 8192 KiB
[startup+0.100063 s]*
/proc/loadavg: 16.68 16.35 16.20 17/875 2515505
/proc/meminfo: memFree=825112472/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=101612 memory=29688 CPUtime=0.08 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 5278 204 0 0 8 0 0 0 20 0 1 0 182079092 104050688 7296 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 25403 7422 2598 506 0 6094 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101612 KiB
Current children cumulated memory: 29688 KiB
[startup+0.211989 s]*
/proc/loadavg: 16.68 16.35 16.20 17/875 2515505
/proc/meminfo: memFree=825089288/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=125268 memory=53376 CPUtime=0.19 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 11200 204 0 0 18 1 0 0 20 0 1 0 182079092 128274432 13184 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 31317 13344 2598 506 0 12008 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 125268 KiB
Current children cumulated memory: 53376 KiB
[startup+0.310488 s]*
/proc/loadavg: 16.68 16.35 16.20 17/875 2515505
/proc/meminfo: memFree=825068268/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=146632 memory=74564 CPUtime=0.29 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 16496 204 0 0 28 1 0 0 20 0 1 0 182079092 150151168 18560 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 36658 18641 2598 506 0 17349 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 146632 KiB
Current children cumulated memory: 74564 KiB
[startup+0.700114 s]
/proc/loadavg: 16.68 16.35 16.20 17/875 2515505
/proc/meminfo: memFree=825025688/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=227620 memory=155328 CPUtime=0.67 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 36686 204 0 0 64 3 0 0 20 0 1 0 182079092 233082880 38784 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 56905 38831 2598 506 0 37596 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 227620 KiB
Current children cumulated memory: 155328 KiB
[startup+1.50021 s]
/proc/loadavg: 16.68 16.35 16.20 17/875 2515505
/proc/meminfo: memFree=824930088/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=624132 memory=556156 CPUtime=1.47 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 134452 204 0 0 138 9 0 0 20 0 1 0 182079092 639111168 138880 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 156033 139039 5296 506 0 136724 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 624132 KiB
Current children cumulated memory: 556156 KiB
[startup+3.11392 s]
/proc/loadavg: 16.68 16.35 16.20 17/875 2515505
/proc/meminfo: memFree=824325360/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=798676 memory=726796 CPUtime=3.07 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 186246 204 0 0 294 13 0 0 20 0 1 0 182079092 817844224 181531 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 199669 181699 5617 506 0 180360 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 798676 KiB
Current children cumulated memory: 726796 KiB
[startup+6.30022 s]
/proc/loadavg: 16.63 16.34 16.20 17/875 2515505
/proc/meminfo: memFree=823734464/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1530360 memory=1395132 CPUtime=6.25 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 262177 204 0 0 606 19 0 0 20 0 1 0 182079092 1567088640 348662 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 382590 348783 5969 506 0 363281 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1530360 KiB
Current children cumulated memory: 1395132 KiB
[startup+12.7001 s]
/proc/loadavg: 16.58 16.34 16.20 17/875 2515505
/proc/meminfo: memFree=823729704/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1531804 memory=1397356 CPUtime=12.63 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 262719 204 0 0 1244 19 0 0 20 0 1 0 182079092 1568567296 349174 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 382951 349339 6001 506 0 363642 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1531804 KiB
Current children cumulated memory: 1397356 KiB
[startup+25.5001 s]
/proc/loadavg: 16.45 16.32 16.19 17/875 2515505
/proc/meminfo: memFree=823250544/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1606276 memory=1442284 CPUtime=25.39 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 269502 204 0 0 2519 20 0 0 20 0 1 0 182079092 1644826624 360416 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 401569 360571 6001 506 0 382260 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1606276 KiB
Current children cumulated memory: 1442284 KiB
[startup+51.112 s]
/proc/loadavg: 16.29 16.29 16.19 17/875 2515505
/proc/meminfo: memFree=823247108/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1630712 memory=1445880 CPUtime=50.92 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 270401 204 0 0 5072 20 0 0 20 0 1 0 182079092 1669849088 361312 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 407678 361470 6001 506 0 388369 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1630712 KiB
Current children cumulated memory: 1445880 KiB
[startup+102.3 s]
/proc/loadavg: 16.13 16.25 16.18 17/874 2515506
/proc/meminfo: memFree=823024496/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1696980 memory=1475804 CPUtime=101.93 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 271239 204 0 0 10173 20 0 0 20 0 1 0 182079092 1737707520 368785 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 424245 368951 6001 506 0 404936 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1696980 KiB
Current children cumulated memory: 1475804 KiB
[startup+162.3 s]
/proc/loadavg: 16.04 16.20 16.16 17/873 2515510
/proc/meminfo: memFree=822975676/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1738876 memory=1475932 CPUtime=161.73 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 271272 204 0 0 16153 20 0 0 20 0 1 0 182079092 1780609024 368785 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 434719 368983 6001 506 0 415410 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 1738876 KiB
Current children cumulated memory: 1475932 KiB
[startup+222.3 s]
/proc/loadavg: 16.01 16.16 16.15 17/873 2515511
/proc/meminfo: memFree=822938028/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=1784268 memory=1479924 CPUtime=221.53 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 271811 204 0 0 22133 20 0 0 20 0 1 0 182079092 1827090432 369766 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 446067 369981 6001 506 0 426758 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 1784268 KiB
Current children cumulated memory: 1479924 KiB
[startup+282.3 s]
/proc/loadavg: 16.00 16.13 16.14 17/874 2515567
/proc/meminfo: memFree=818842928/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2102120 memory=1732228 CPUtime=281.32 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 332333 204 0 0 28109 23 0 0 20 0 1 0 182079092 2152570880 432886 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 525530 433057 6001 506 0 506221 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 2102120 KiB
Current children cumulated memory: 1732228 KiB
[startup+342.3 s]
/proc/loadavg: 16.60 16.28 16.19 17/871 2515617
/proc/meminfo: memFree=816005076/1055320708 swapFree=33553916/33554428
################
# More data... #
################
Current children cumulated memory: 1736512 KiB
[startup+2862.3 s]
/proc/loadavg: 16.02 16.18 16.21 17/875 2516455
/proc/meminfo: memFree=822620040/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1736512 CPUtime=2852.53 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 368921 204 0 0 285218 35 0 0 20 0 1 0 182079092 2444197888 434065 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 434128 6079 506 0 577419 0
Current children cumulated CPU time: 2852.53 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1736512 KiB
[startup+2922.3 s]
/proc/loadavg: 16.01 16.14 16.19 17/874 2516456
/proc/meminfo: memFree=822511956/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1736512 CPUtime=2912.34 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 368921 204 0 0 291198 36 0 0 20 0 1 0 182079092 2444197888 434065 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 434128 6079 506 0 577419 0
Current children cumulated CPU time: 2912.34 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1736512 KiB
[startup+2982.3 s]
/proc/loadavg: 16.00 16.11 16.17 17/874 2516508
/proc/meminfo: memFree=841124684/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2354144 memory=1728320 CPUtime=2972.13 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 369497 204 0 0 297177 36 0 0 20 0 1 0 182079092 2410643456 432017 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 588536 432080 6079 506 0 569227 0
Current children cumulated CPU time: 2972.13 s
Current children cumulated vsize: 2354144 KiB
Current children cumulated memory: 1728320 KiB
[startup+3042.3 s]
/proc/loadavg: 16.00 16.09 16.16 17/872 2516509
/proc/meminfo: memFree=841056228/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2354144 memory=1728320 CPUtime=3031.93 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 369497 204 0 0 303157 36 0 0 20 0 1 0 182079092 2410643456 432017 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 588536 432080 6079 506 0 569227 0
Current children cumulated CPU time: 3031.93 s
Current children cumulated vsize: 2354144 KiB
Current children cumulated memory: 1728320 KiB
[startup+3102.3 s]
/proc/loadavg: 16.00 16.07 16.15 17/872 2516510
/proc/meminfo: memFree=841050516/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2354144 memory=1732416 CPUtime=3091.72 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 369499 204 0 0 309136 36 0 0 20 0 1 0 182079092 2410643456 433041 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 588536 433104 6079 506 0 569227 0
Current children cumulated CPU time: 3091.72 s
Current children cumulated vsize: 2354144 KiB
Current children cumulated memory: 1732416 KiB
[startup+3162.3 s]
/proc/loadavg: 16.00 16.06 16.14 17/871 2516511
/proc/meminfo: memFree=840937048/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2419684 memory=1761304 CPUtime=3151.52 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 371270 204 0 0 315116 36 0 0 20 0 1 0 182079092 2477756416 440263 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 604921 440326 6079 506 0 585612 0
Current children cumulated CPU time: 3151.52 s
Current children cumulated vsize: 2419684 KiB
Current children cumulated memory: 1761304 KiB
[startup+3222.3 s]
/proc/loadavg: 16.00 16.04 16.13 17/871 2516512
/proc/meminfo: memFree=840998452/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2419684 memory=1765400 CPUtime=3211.31 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 375299 204 0 0 321094 37 0 0 20 0 1 0 182079092 2477756416 441287 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 604921 441350 6079 506 0 585612 0
Current children cumulated CPU time: 3211.31 s
Current children cumulated vsize: 2419684 KiB
Current children cumulated memory: 1765400 KiB
[startup+3282.3 s]
/proc/loadavg: 16.05 16.05 16.12 17/872 2516564
/proc/meminfo: memFree=841334216/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2419684 memory=1761304 CPUtime=3271.11 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 383208 204 0 0 327073 38 0 0 20 0 1 0 182079092 2477756416 440263 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 604921 440326 6079 506 0 585612 0
Current children cumulated CPU time: 3271.11 s
Current children cumulated vsize: 2419684 KiB
Current children cumulated memory: 1761304 KiB
[startup+3342.3 s]
/proc/loadavg: 16.46 16.15 16.15 17/873 2516568
/proc/meminfo: memFree=841355412/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1738560 CPUtime=3330.91 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 388709 204 0 0 333052 39 0 0 20 0 1 0 182079092 2444197888 434577 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 434640 6079 506 0 577419 0
Current children cumulated CPU time: 3330.91 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1738560 KiB
[startup+3402.3 s]
/proc/loadavg: 16.27 16.16 16.16 17/872 2516569
/proc/meminfo: memFree=841407168/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1740608 CPUtime=3390.71 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 388710 204 0 0 339032 39 0 0 20 0 1 0 182079092 2444197888 435089 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 435152 6079 506 0 577419 0
Current children cumulated CPU time: 3390.71 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1740608 KiB
[startup+3462.3 s]
/proc/loadavg: 16.10 16.13 16.15 17/873 2516620
/proc/meminfo: memFree=848132100/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1740608 CPUtime=3450.5 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 388710 204 0 0 345011 39 0 0 20 0 1 0 182079092 2444197888 435089 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 435152 6079 506 0 577419 0
Current children cumulated CPU time: 3450.5 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1740608 KiB
[startup+3522.3 s]
/proc/loadavg: 16.03 16.11 16.13 17/873 2516675
/proc/meminfo: memFree=848061144/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1740608 CPUtime=3510.29 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 393899 204 0 0 350989 40 0 0 20 0 1 0 182079092 2444197888 435089 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 435152 6079 506 0 577419 0
Current children cumulated CPU time: 3510.29 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1740608 KiB
[startup+3582.3 s]
/proc/loadavg: 16.13 16.12 16.13 17/872 2516776
/proc/meminfo: memFree=879823476/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1740612 CPUtime=3570.09 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 393904 204 0 0 356969 40 0 0 20 0 1 0 182079092 2444197888 435089 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 435153 6079 506 0 577419 0
Current children cumulated CPU time: 3570.09 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1740612 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3612.4 s]
/proc/loadavg: 16.55 16.22 16.17 17/872 2516826
/proc/meminfo: memFree=880225976/1055320708 swapFree=33553916/33554428
[pid=2515502] ppid=2515499 vsize=2386912 memory=1740620 CPUtime=3600.09 cores=32-35
/proc/2515502/stat : 2515502 (naps_release) R 2515499 2515502 2508326 0 -1 4194304 393906 204 0 0 359969 40 0 0 20 0 1 0 182079092 2444197888 435089 18446744073709551615 4210688 6281017 140736086857200 0 0 0 0 0 16898 0 0 0 17 32 0 0 0 0 0 6662968 6676388 32653312 140736086862043 140736086862224 140736086862224 140736086867912 0
/proc/2515502/statm: 596728 435155 6079 506 0 577419 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2386912 KiB
Current children cumulated memory: 1740620 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3612.43 s]
# the end of solver process 2515502 was just reported to runsolver
# Child status: 10
# cumulated CPU time of all completed processes: user=3599.69 s, system=0.441428 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
Child status: 10
Real time (s): 3612.43
CPU time (s): 3600.13
CPU user time (s): 3599.69
CPU system time (s): 0.441428
CPU usage (%): 99.6596
Max. virtual memory (cumulated for all children) (KiB): 2452452
Max. memory (cumulated for all children) (KiB): 1777688
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.441428
maximum resident set size= 1777436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394110
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= 307
involuntary context switches= 2092
# summary of solver processes directly reported to runsolver:
# pid: 2515502
# total CPU time (s): 3600.13
# total CPU user time (s): 3599.69
# total CPU system time (s): 0.441428
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8877 second user time and 36.7172 second system time
The end
Launcher Data
Begin job on nodeE008 at 2026-06-26 17:31:53
IDJOB=4800141
IDBENCH=155569
IDSOLVER=3589
FILE ID=nodeE008/4800141-1782487913
RUNJOBID= nodeE008-1782482419-2508351
SLURM_JOB_ID= 12524532
Free space on /tmp= 800052 MiB
SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-81.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4800141-1782487913/watcher-4800141-1782487913 -o /tmp/evaluation-result-4800141-1782487913/solver-4800141-1782487913 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4800141-1782487913/vars-4800141-1782487913 --bin-var /tmp/runsolver-exch-nodeE008-1782482419-2508351 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4800141-1782487913.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3
MD5SUM BENCH= 072b9cb502ace4cbfc9c99798f0d595c
RANDOM SEED=759329723
nodeE008 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 0
cpu cores : 32
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 1
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.680
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 1
cpu cores : 32
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 2
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 2
cpu cores : 32
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 3
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 4
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 64
cpu cores : 32
apicid : 64
initial apicid : 64
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 5
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3577.197
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 65
cpu cores : 32
apicid : 65
initial apicid : 65
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 6
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 66
cpu cores : 32
apicid : 66
initial apicid : 66
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 7
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 67
cpu cores : 32
apicid : 67
initial apicid : 67
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 8
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 32
cpu cores : 32
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 9
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 33
cpu cores : 32
apicid : 33
initial apicid : 33
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 10
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3594.400
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 34
cpu cores : 32
apicid : 34
initial apicid : 34
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 11
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3593.194
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 35
cpu cores : 32
apicid : 35
initial apicid : 35
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 12
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3598.376
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 96
cpu cores : 32
apicid : 96
initial apicid : 96
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 13
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 97
cpu cores : 32
apicid : 97
initial apicid : 97
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 14
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 98
cpu cores : 32
apicid : 98
initial apicid : 98
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 15
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 99
cpu cores : 32
apicid : 99
initial apicid : 99
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 16
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 48
cpu cores : 32
apicid : 48
initial apicid : 48
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 17
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.508
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 49
cpu cores : 32
apicid : 49
initial apicid : 49
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 18
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 50
cpu cores : 32
apicid : 50
initial apicid : 50
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 19
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 20
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3563.500
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 112
cpu cores : 32
apicid : 112
initial apicid : 112
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 21
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3564.987
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 113
cpu cores : 32
apicid : 113
initial apicid : 113
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 22
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 23
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3564.767
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 115
cpu cores : 32
apicid : 115
initial apicid : 115
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 24
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 16
cpu cores : 32
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 25
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3587.061
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 17
cpu cores : 32
apicid : 17
initial apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 26
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 18
cpu cores : 32
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 27
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.678
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 19
cpu cores : 32
apicid : 19
initial apicid : 19
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 28
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.347
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 80
cpu cores : 32
apicid : 80
initial apicid : 80
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 29
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 81
cpu cores : 32
apicid : 81
initial apicid : 81
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 30
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 82
cpu cores : 32
apicid : 82
initial apicid : 82
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 31
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 83
cpu cores : 32
apicid : 83
initial apicid : 83
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 32
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.517
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 0
cpu cores : 32
apicid : 128
initial apicid : 128
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 33
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 34
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.018
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 2
cpu cores : 32
apicid : 130
initial apicid : 130
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 35
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 36
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.097
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 64
cpu cores : 32
apicid : 192
initial apicid : 192
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 37
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 38
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 66
cpu cores : 32
apicid : 194
initial apicid : 194
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 39
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 67
cpu cores : 32
apicid : 195
initial apicid : 195
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 40
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3575.443
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 32
cpu cores : 32
apicid : 160
initial apicid : 160
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 41
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 33
cpu cores : 32
apicid : 161
initial apicid : 161
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 42
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 43
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 44
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3587.510
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 96
cpu cores : 32
apicid : 224
initial apicid : 224
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 45
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3589.644
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 97
cpu cores : 32
apicid : 225
initial apicid : 225
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 46
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 98
cpu cores : 32
apicid : 226
initial apicid : 226
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 47
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 99
cpu cores : 32
apicid : 227
initial apicid : 227
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 48
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3587.342
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 48
cpu cores : 32
apicid : 176
initial apicid : 176
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 49
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 49
cpu cores : 32
apicid : 177
initial apicid : 177
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 50
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 50
cpu cores : 32
apicid : 178
initial apicid : 178
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 51
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 51
cpu cores : 32
apicid : 179
initial apicid : 179
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 52
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 112
cpu cores : 32
apicid : 240
initial apicid : 240
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 53
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 113
cpu cores : 32
apicid : 241
initial apicid : 241
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 54
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3572.074
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 114
cpu cores : 32
apicid : 242
initial apicid : 242
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 55
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 56
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3573.390
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 16
cpu cores : 32
apicid : 144
initial apicid : 144
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 57
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 17
cpu cores : 32
apicid : 145
initial apicid : 145
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 58
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3577.862
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 18
cpu cores : 32
apicid : 146
initial apicid : 146
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 59
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3571.098
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 19
cpu cores : 32
apicid : 147
initial apicid : 147
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 60
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 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.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 61
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 81
cpu cores : 32
apicid : 209
initial apicid : 209
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 62
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3574.317
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 82
cpu cores : 32
apicid : 210
initial apicid : 210
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 63
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3575.993
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 83
cpu cores : 32
apicid : 211
initial apicid : 211
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.23
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
/proc/meminfo:
MemTotal: 1055320708 kB
MemFree: 825112752 kB
MemAvailable: 979261484 kB
Buffers: 2840 kB
Cached: 158685548 kB
SwapCached: 12 kB
Active: 70808496 kB
Inactive: 155307984 kB
Active(anon): 68280644 kB
Inactive(anon): 66848 kB
Active(file): 2527852 kB
Inactive(file): 155241136 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33554428 kB
SwapFree: 33553916 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 24240 kB
Writeback: 0 kB
AnonPages: 67412908 kB
Mapped: 227980 kB
Shmem: 919400 kB
KReclaimable: 1655048 kB
Slab: 2238060 kB
SReclaimable: 1655048 kB
SUnreclaim: 583012 kB
KernelStack: 14976 kB
PageTables: 141528 kB
SecPageTables: 15292 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 561214780 kB
Committed_AS: 73338800 kB
VmallocTotal: 13743895347199 kB
VmallocUsed: 478932 kB
VmallocChunk: 0 kB
Percpu: 123136 kB
HardwareCorrupted: 0 kB
AnonHugePages: 17836032 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: 397764 kB
DirectMap2M: 22992896 kB
DirectMap1G: 1050673152 kB
Free space on /tmp at the end= 800668 MiB
End job on nodeE008 at 2026-06-26 18:32:05