Trace number 4799861

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.04? (TO) 3600.15 3610.99

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-125.opb
MD5SUM037f6ad9048c8eb181561a1e8a60a128
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55301
Total number of constraints1282592
Number of constraints which are clauses1152371
Number of constraints which are cardinality constraints (but not clauses)4032
Number of constraints which are nor clauses,nor cardinality constraints126189
Minimum length of a constraint2
Maximum length of a constraint756
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 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4799861-1782486938.opb
0.00/0.04	c NaPS 1.03a50.
0.00/0.04	c Using SAT solver: Kissat
0.00/0.04	c Input file name: HOME/instance-4799861-1782486938.opb
0.00/0.04	c Parsing PB file...
5.64/5.76	c Converting 1284622 PB-constraints to clauses...
6.25/6.32	c initScipForCoop
7.34/7.45	c Running SCIP presolver (time limit: 500 sec)...
7.34/7.45	c solveScip
7.34/7.45	c initScipForCoop
7.34/7.45	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
8.14/8.29	c presolving:
10.33/10.45	c    (3.0s) running MILP presolver
11.94/12.06	c    (4.6s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
12.32/12.42	c (round 1, exhaustive) 1 del vars, 2040 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 271115 clqs, 0 implints
14.12/14.29	c (round 2, exhaustive) 1 del vars, 2040 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1282579 upgd conss, 0 impls, 271115 clqs, 0 implints
16.41/16.57	c (round 3, exhaustive) 1 del vars, 18060 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 24038 chg coeffs, 1282579 upgd conss, 0 impls, 271115 clqs, 0 implints
24.09/24.22	c    (16.8s) probing: 51/55300 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
24.09/24.22	c    (16.8s) probing aborted: 50/50 successive totally useless probings
29.58/29.77	c    (22.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
30.77/30.99	c    (23.5s) no symmetry present (symcode time: 0.15)
32.06/32.25	c presolving (4 rounds: 4 fast, 4 medium, 4 exhaustive):
32.06/32.25	c  1 deleted vars, 18060 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 24173 changed coefficients
32.06/32.25	c  0 implications, 271115 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
32.06/32.25	c presolved problem has 55300 variables (55300 bin, 0 int, 0 cont) and 1266562 constraints
32.06/32.25	c  128191 constraints of type <knapsack>
32.06/32.25	c  271115 constraints of type <setppc>
32.06/32.25	c       3 constraints of type <linear>
32.06/32.25	c  867253 constraints of type <logicor>
32.06/32.25	c transformed objective value is always integral (scale: 1)
32.06/32.25	c Presolving Time: 23.97
32.06/32.26	c 
35.75/35.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.75/35.99	c  28.5s|     1 |     0 |  2337 |     - |  5571M |   0 |  55k|1266k|1266k|   0 |  0 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
231.63/232.31	c   225s|     1 |     0 |  9471 |     - |  5749M |   0 |  55k|1266k|1266k|  13 |  1 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
505.95/507.46	c   500s|     1 |     0 |  9471 |     - |  5749M |   0 |  55k|1266k|1266k|  19 |  2 | 111 |   0 | 0.000000e+00 |      --      |    Inf | unknown
505.95/507.46	c (node 1) LP solver hit time limit in LP 13 -- using pseudo solution instead
505.95/507.46	c 
505.95/507.46	c SCIP Status        : solving was interrupted [time limit reached]
505.95/507.46	c Solving Time (sec) : 500.01
505.95/507.46	c Solving Nodes      : 1
505.95/507.46	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
505.95/507.46	c Dual Bound         : +0.00000000000000e+00
505.95/507.46	c Gap                : infinite
505.95/507.46	c SCIP status: 23 (TIMELIMIT)
505.95/507.46	c solveScip: freeing transform (!can_skip_free_transform)
507.24/508.73	c SCIP presolver: sst_unknown
507.24/508.73	c   -- Clauses(.)/Splits(s): ###estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 4
507.56/509.03	c Try to convert by bdds
507.56/509.03	c d: 1
507.56/509.03	c estimatedAdderCost: 5
507.56/509.03	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 4
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.04	c d: 1
507.56/509.04	c estimatedAdderCost: 5
507.56/509.04	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 4
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.05	c d: 1
507.56/509.05	c estimatedAdderCost: 5
507.56/509.05	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 4
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.06	c d: 1
507.56/509.06	c estimatedAdderCost: 5
507.56/509.06	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 4
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.07	c d: 1
507.56/509.07	c estimatedAdderCost: 5
507.56/509.07	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 4
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.08	c d: 1
507.56/509.08	c estimatedAdderCost: 5
507.56/509.08	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 4
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.09	c d: 1
507.56/509.09	c estimatedAdderCost: 5
507.56/509.09	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 4
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by bdds
507.56/509.10	c d: 1
507.56/509.10	c estimatedAdderCost: 5
507.56/509.10	c Try to convert by [...]

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

by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 4
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.67	c d: 1
509.14/510.67	c estimatedAdderCost: 5
509.14/510.67	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 4
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.68	c d: 1
509.14/510.68	c estimatedAdderCost: 5
509.14/510.68	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 4
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.69	c d: 1
509.14/510.69	c estimatedAdderCost: 5
509.14/510.69	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 4
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.14/510.70	c d: 1
509.14/510.70	c estimatedAdderCost: 5
509.14/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 5
509.24/510.70	c Try to convert by bdds
509.24/510.70	c d: 1
509.24/510.70	c estimatedAdderCost: 4
509.24/510.70	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 4
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.71	c d: 1
509.24/510.71	c estimatedAdderCost: 5
509.24/510.71	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 4
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.72	c d: 1
509.24/510.72	c estimatedAdderCost: 5
509.24/510.72	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 4
509.24/510.73	c Try to convert by bdds
509.24/510.73	c d: 1
509.24/510.73	c estimatedAdderCost: 5
509.24/510.73	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 5
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c estimatedAdderCost: 4
509.24/510.74	c Try to convert by bdds
509.24/510.74	c d: 1
509.24/510.74	c 
3600.05/3610.90	
3600.05/3610.90	*** TERMINATED *** by signal
3600.05/3610.90	c
3600.05/3610.90	s UNKNOWN
3600.05/3610.90	c _____________________________________________________________________________
3600.05/3610.90	c std/band forms        : 130224,0
3600.05/3610.90	c 2cl/3cl ITE-codings   : 120180,0
3600.05/3610.90	c BDD/srt/adr Max costs : 5,119,0
3600.05/3610.90	c BDDraw/bin/mul/srt/adr: 126189,0,0,4035,0
3600.05/3610.90	c BDD nodes             : 745116
3600.05/3610.90	c Es1/CC detections     : 0,0
3600.05/3610.90	c CC sort               : 4032
3600.05/3610.90	c SAT/UNSAT calls       : 0,0
3600.05/3610.90	c regenrated variables  : 0
3600.05/3610.90	c eliminated fixed lits : 0
3600.05/3610.90	c goal lit flips        : 0
3600.05/3610.90	c goal stages           : 0
3600.05/3610.90	c goal shrink           : 0
3600.05/3610.90	c goal coeff separations: 0
3600.05/3610.90	c restarts              : 0
3600.05/3610.90	c conflicts             : 0              (0 /sec)
3600.05/3610.90	c decisions             : 0              (0 /sec)
3600.05/3610.90	c propagations          : 0              (0 /sec)
3600.05/3610.90	c inspects              : 0              (0 /sec)
3600.05/3610.90	c CPU time (solving tm) : 3600 s        (3091 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.90	c SAT solver time       : 3091 s
3600.05/3610.90	c SAT solver SAT time   : 0 s
3600.05/3610.90	c SAT solver UNSAT time : 0 s
3600.05/3610.90	c SAT solver TO time    : 0 s
3600.05/3610.90	c Time for SCIP         : 498.6 s
3600.05/3610.90	c Coop SCIP LB improvements           : 0
3600.05/3610.90	c Coop SCIP UB improvements           : 0
3600.05/3610.90	c SCIP globally fixed variables       : 0
3600.05/3610.90	c SAT  globally fixed variables       : 0
3600.05/3610.90	c SCIP freeTransform calls            : 1
3600.05/3610.90	c Time for Opt-base     : 0.01075 s
3600.05/3610.90	c Steps for Opt-base    : 0
3600.05/3610.90	c Time for BDD coding   : 1.241 s
3600.05/3610.90	c Time for srt coding   : 0.02706 s
3600.05/3610.90	c Inner solver invocations            : 0
3600.05/3610.90	c Inner solving count                 : 0
3600.05/3610.90	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-4799861-1782486938/watcher-4799861-1782486938 -o /tmp/evaluation-result-4799861-1782486938/solver-4799861-1782486938 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4799861-1782486938/vars-4799861-1782486938 --bin-var /tmp/runsolver-exch-nodeE008-1782482419-2508350 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4799861-1782486938.opb 

running on 4 cores: 28-31

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

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (110311 MiB free)
  node 1: cores 8-15, 129019 MiB (113213 MiB free)
  node 2: cores 16-23, 128973 MiB (113912 MiB free)
  node 3: cores 24-31, 129003 MiB (113961 MiB free)
  node 4: cores 32-39, 129019 MiB (88661 MiB free)
  node 5: cores 40-47, 129019 MiB (112725 MiB free)
  node 6: cores 48-55, 129019 MiB (109045 MiB free)
  node 7: cores 56-63, 128474 MiB (98086 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=2514975, runsolver pid=2514972
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 16.56 16.45 16.25 18/870 2514978
/proc/meminfo: memFree=880553980/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=98732 memory=27064 CPUtime=0.07 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 4578 206 0 0 7 0 0 0 20 0 1 0 181981659 101101568 6656 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 24683 6766 2645 506 0 5374 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 98732 KiB
Current children cumulated memory: 27064 KiB

[startup+0.212913 s]*
/proc/loadavg: 16.56 16.45 16.25 17/870 2514978
/proc/meminfo: memFree=880531692/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=123128 memory=51344 CPUtime=0.18 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 10648 206 0 0 18 0 0 0 20 0 1 0 181981659 126083072 12672 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 30782 12836 2645 506 0 11473 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 123128 KiB
Current children cumulated memory: 51344 KiB

[startup+0.311766 s]*
/proc/loadavg: 16.56 16.45 16.25 17/870 2514978
/proc/meminfo: memFree=880509772/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=144760 memory=72936 CPUtime=0.28 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 16046 206 0 0 27 1 0 0 20 0 1 0 181981659 148234240 18048 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 36190 18234 2645 506 0 16881 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 144760 KiB
Current children cumulated memory: 72936 KiB

[startup+0.700108 s]
/proc/loadavg: 16.56 16.45 16.25 17/870 2514978
/proc/meminfo: memFree=880473744/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=226480 memory=154376 CPUtime=0.65 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 36406 206 0 0 63 2 0 0 20 0 1 0 181981659 231915520 38400 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 56620 38594 2645 506 0 37311 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 226480 KiB
Current children cumulated memory: 154376 KiB

[startup+1.50011 s]
/proc/loadavg: 16.56 16.45 16.25 17/871 2514979
/proc/meminfo: memFree=880369176/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=394972 memory=322204 CPUtime=1.45 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 78404 206 0 0 141 4 0 0 20 0 1 0 181981659 404451328 80384 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 98743 80551 2645 506 0 79434 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 394972 KiB
Current children cumulated memory: 322204 KiB

[startup+3.11211 s]
/proc/loadavg: 16.51 16.45 16.25 17/871 2514979
/proc/meminfo: memFree=879950580/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=728704 memory=656820 CPUtime=3.06 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 162142 206 0 0 295 11 0 0 20 0 1 0 181981659 746192896 164096 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 182176 164205 2645 506 0 162867 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 728704 KiB
Current children cumulated memory: 656820 KiB

[startup+6.30016 s]
/proc/loadavg: 16.51 16.45 16.25 17/871 2514979
/proc/meminfo: memFree=879294604/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=1342420 memory=1276876 CPUtime=6.25 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 316384 206 0 0 603 22 0 0 20 0 1 0 181981659 1374638080 319008 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 335605 319219 4725 506 0 316296 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1342420 KiB
Current children cumulated memory: 1276876 KiB

[startup+12.7002 s]
/proc/loadavg: 16.47 16.44 16.25 17/871 2514979
/proc/meminfo: memFree=876409372/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=3487556 memory=3379920 CPUtime=12.62 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 785833 206 0 0 1210 52 0 0 20 0 1 0 181981659 3571257344 844934 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 871889 844980 5550 506 0 852580 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 3487556 KiB
Current children cumulated memory: 3379920 KiB

[startup+25.5002 s]
/proc/loadavg: 16.37 16.42 16.24 17/871 2514979
/proc/meminfo: memFree=875853764/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=5135300 memory=4851336 CPUtime=25.38 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 921602 206 0 0 2477 61 0 0 20 0 1 0 181981659 5258547200 1212707 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1283825 1212834 5689 506 0 1264516 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 5135300 KiB
Current children cumulated memory: 4851336 KiB

[startup+51.1127 s]
/proc/loadavg: 16.24 16.38 16.24 17/871 2514979
/proc/meminfo: memFree=873426960/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7469740 memory=7083016 CPUtime=50.92 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1161609 206 0 0 5011 81 0 0 20 0 1 0 181981659 7649013760 1770722 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1867435 1770754 6048 506 0 1848126 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 7469740 KiB
Current children cumulated memory: 7083016 KiB

[startup+102.3 s]
/proc/loadavg: 16.10 16.32 16.22 17/871 2515030
/proc/meminfo: memFree=871683936/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7469740 memory=7083016 CPUtime=101.97 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1161610 206 0 0 10115 82 0 0 20 0 1 0 181981659 7649013760 1770722 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1867435 1770754 6048 506 0 1848126 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 7469740 KiB
Current children cumulated memory: 7083016 KiB

[startup+162.3 s]
/proc/loadavg: 16.04 16.26 16.20 17/871 2515031
/proc/meminfo: memFree=871658840/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7469740 memory=7083016 CPUtime=161.82 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1161714 206 0 0 16100 82 0 0 20 0 1 0 181981659 7649013760 1770722 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1867435 1770754 6048 506 0 1848126 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 7469740 KiB
Current children cumulated memory: 7083016 KiB

[startup+222.3 s]
/proc/loadavg: 16.01 16.21 16.19 17/872 2515083
/proc/meminfo: memFree=870610720/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7469740 memory=7083016 CPUtime=221.66 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1161714 206 0 0 22083 83 0 0 20 0 1 0 181981659 7649013760 1770722 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1867435 1770754 6048 506 0 1848126 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 7469740 KiB
Current children cumulated memory: 7083016 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 16.17 16.17 17/872 2515084
/proc/meminfo: memFree=870329052/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7831456 memory=7238404 CPUtime=281.5 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1173327 206 0 0 28064 86 0 0 20 0 1 0 181981659 8019410944 1809494 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1957864 1809601 6048 506 0 1938555 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 7831456 KiB
Current children cumulated memory: 7238404 KiB

[startup+342.3 s]
/proc/loadavg: 16.00 16.14 16.16 17/871 2515135
/proc/meminfo: memFree=862226892/1055320708 swapFree=33553916/33554428

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

Current children cumulated memory: 6931520 KiB

[startup+2922.3 s]
/proc/loadavg: 16.43 16.24 16.19 17/869 2516120
/proc/meminfo: memFree=812564280/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6964288 CPUtime=2913.49 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181165 206 0 0 291224 125 0 0 20 0 1 0 181981659 7697162240 1740946 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1741072 6142 506 0 1859881 0
Current children cumulated CPU time: 2913.49 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6964288 KiB

[startup+2982.3 s]
/proc/loadavg: 16.71 16.37 16.23 17/869 2516121
/proc/meminfo: memFree=812502728/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6964288 CPUtime=2973.32 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181169 206 0 0 297206 126 0 0 20 0 1 0 181981659 7697162240 1740946 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1741072 6142 506 0 1859881 0
Current children cumulated CPU time: 2973.32 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6964288 KiB

[startup+3042.3 s]
/proc/loadavg: 16.26 16.30 16.22 17/869 2516122
/proc/meminfo: memFree=812531040/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6964288 CPUtime=3033.15 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181269 206 0 0 303188 127 0 0 20 0 1 0 181981659 7697162240 1740946 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1741072 6142 506 0 1859881 0
Current children cumulated CPU time: 3033.15 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6964288 KiB

[startup+3102.3 s]
/proc/loadavg: 16.09 16.24 16.20 17/870 2516226
/proc/meminfo: memFree=814332204/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6964288 CPUtime=3092.96 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181282 206 0 0 309169 127 0 0 20 0 1 0 181981659 7697162240 1740946 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1741072 6142 506 0 1859881 0
Current children cumulated CPU time: 3092.96 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6964288 KiB

[startup+3162.3 s]
/proc/loadavg: 16.03 16.19 16.18 17/871 2516232
/proc/meminfo: memFree=813996116/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6964300 CPUtime=3152.79 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181288 206 0 0 315152 127 0 0 20 0 1 0 181981659 7697162240 1740946 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1741075 6142 506 0 1859881 0
Current children cumulated CPU time: 3152.79 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6964300 KiB

[startup+3222.3 s]
/proc/loadavg: 16.01 16.16 16.17 17/871 2516233
/proc/meminfo: memFree=813965040/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7451224 memory=6929504 CPUtime=3212.61 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181498 206 0 0 321133 128 0 0 20 0 1 0 181981659 7630053376 1732242 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1862806 1732376 6142 506 0 1843497 0
Current children cumulated CPU time: 3212.61 s
Current children cumulated vsize: 7451224 KiB
Current children cumulated memory: 6929504 KiB

[startup+3282.3 s]
/proc/loadavg: 17.01 16.39 16.25 17/871 2516234
/proc/meminfo: memFree=813946640/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7451224 memory=6942340 CPUtime=3272.43 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1181639 206 0 0 327115 128 0 0 20 0 1 0 181981659 7630053376 1735442 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1862806 1735585 6142 506 0 1843497 0
Current children cumulated CPU time: 3272.43 s
Current children cumulated vsize: 7451224 KiB
Current children cumulated memory: 6942340 KiB

[startup+3342.3 s]
/proc/loadavg: 16.75 16.46 16.29 17/871 2516235
/proc/meminfo: memFree=813864060/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6958744 CPUtime=3332.25 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182177 206 0 0 333097 128 0 0 20 0 1 0 181981659 7697162240 1739538 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1739686 6142 506 0 1859881 0
Current children cumulated CPU time: 3332.25 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6958744 KiB

[startup+3402.3 s]
/proc/loadavg: 16.27 16.38 16.26 17/872 2516237
/proc/meminfo: memFree=813824960/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6958772 CPUtime=3392.07 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182280 206 0 0 339078 129 0 0 20 0 1 0 181981659 7697162240 1739538 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1739693 6142 506 0 1859881 0
Current children cumulated CPU time: 3392.07 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6958772 KiB

[startup+3462.3 s]
/proc/loadavg: 16.10 16.31 16.25 17/872 2516239
/proc/meminfo: memFree=813735392/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6958772 CPUtime=3451.9 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182301 206 0 0 345061 129 0 0 20 0 1 0 181981659 7697162240 1739538 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1739693 6142 506 0 1859881 0
Current children cumulated CPU time: 3451.9 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6958772 KiB

[startup+3522.3 s]
/proc/loadavg: 16.03 16.25 16.23 17/872 2516240
/proc/meminfo: memFree=813708424/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6989492 CPUtime=3511.71 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182840 206 0 0 351042 129 0 0 20 0 1 0 181981659 7697162240 1747218 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1747373 6142 506 0 1859881 0
Current children cumulated CPU time: 3511.71 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6989492 KiB

[startup+3582.3 s]
/proc/loadavg: 16.01 16.20 16.21 17/873 2516291
/proc/meminfo: memFree=814101292/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6989492 CPUtime=3571.54 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182960 206 0 0 357024 130 0 0 20 0 1 0 181981659 7697162240 1747218 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1747373 6142 506 0 1859881 0
Current children cumulated CPU time: 3571.54 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6989492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 16.35 16.26 16.23 17/873 2516291
/proc/meminfo: memFree=814007592/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6989492 CPUtime=3600.05 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182971 206 0 0 359875 130 0 0 20 0 1 0 181981659 7697162240 1747218 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1747373 6142 506 0 1859881 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6989492 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.76 s, system=1.39411 s

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

[startup+3610.9 s]
/proc/loadavg: 16.35 16.26 16.23 17/873 2516291
/proc/meminfo: memFree=814007592/1055320708 swapFree=33553916/33554428
[pid=2514975] ppid=2514972 vsize=7516760 memory=6989492 CPUtime=3600.05 cores=28-31
/proc/2514975/stat : 2514975 (naps_release) R 2514972 2514975 2508326 0 -1 4194304 1182971 206 0 0 359875 130 0 0 20 0 1 0 181981659 7697162240 1747218 18446744073709551615 4210688 6281017 140732914212208 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 28323840 140732914215131 140732914215312 140732914215312 140732914221000 0
/proc/2514975/statm: 1879190 1747373 6142 506 0 1859881 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7516760 KiB
Current children cumulated memory: 6989492 KiB

Child status: 10

Real time (s): 3610.99
CPU time (s): 3600.15
CPU user time (s): 3598.76
CPU system time (s): 1.39411
CPU usage (%): 99.7
Max. virtual memory (cumulated for all children) (KiB): 7836404
Max. memory (cumulated for all children) (KiB): 7243416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.76
system time used= 1.39411
maximum resident set size= 7292604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1183177
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= 1286


# summary of solver processes directly reported to runsolver:
#   pid: 2514975
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.76
#   total CPU system time (s): 1.39411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7192 second user time and 37.5001 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-06-26 17:15:38
IDJOB=4799861
IDBENCH=155436
IDSOLVER=3589
FILE ID=nodeE008/4799861-1782486938
RUNJOBID= nodeE008-1782482419-2508350
SLURM_JOB_ID= 12524532
Free space on /tmp= 800612 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-125.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4799861-1782486938/watcher-4799861-1782486938 -o /tmp/evaluation-result-4799861-1782486938/solver-4799861-1782486938 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4799861-1782486938/vars-4799861-1782486938 --bin-var /tmp/runsolver-exch-nodeE008-1782482419-2508350 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4799861-1782486938.opb

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

MD5SUM BENCH= 037f6ad9048c8eb181561a1e8a60a128
RANDOM SEED=603759562

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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3587.165
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		: 3602.691
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		: 3575.946
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		: 2493.659
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		: 3573.060
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		: 3593.009
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3599.185
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		: 3600.521
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		: 3589.431
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3565.621
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3583.055
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3584.621
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		: 3574.972
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3579.540
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.856
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		: 3577.056
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.727
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		: 2493.659
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		: 3593.656
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.836
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		: 3570.199
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3560.850
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		: 3575.599
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		: 3582.501
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		: 3573.692
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3576.734
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.885
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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:        880548432 kB
MemAvailable:   1034107892 kB
Buffers:            2840 kB
Cached:         158096284 kB
SwapCached:           12 kB
Active:         16101348 kB
Inactive:       154718720 kB
Active(anon):   13573496 kB
Inactive(anon):    66848 kB
Active(file):    2527852 kB
Inactive(file): 154651872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72164 kB
Writeback:             0 kB
AnonPages:      12703292 kB
Mapped:           228092 kB
Shmem:            919400 kB
KReclaimable:    1655032 kB
Slab:            2237808 kB
SReclaimable:    1655032 kB
SUnreclaim:       582776 kB
KernelStack:       14864 kB
PageTables:        32820 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   15640456 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478996 kB
VmallocChunk:          0 kB
Percpu:           123136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5324800 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= 800008 MiB
End job on nodeE008 at 2026-06-26 18:15:50