Trace number 4780710

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04? (TO) 3600.19 3611.8

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/
devriendt/tsplib/normalized-u159.opb
MD5SUMa44290e4e212cd76b383120a6c4bab04
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42080
Best CPU time to get the best result obtained on this benchmark57601
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26386
Total number of constraints25440
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)318
Number of constraints which are nor clauses,nor cardinality constraints25122
Minimum length of a constraint8
Maximum length of a constraint158
Number of terms in the objective function 25122
Biggest coefficient in the objective function 6684
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 71035496
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 6684
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 71035496
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780710-1782138512.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4780710-1782138512.opb
0.00/0.02	c Parsing PB file...
0.00/0.07	c goal was devided by 1 with offset 71035496.
0.58/0.69	c assumptions before coding: 
0.67/0.76	c initScipForCoop
0.77/0.83	c Running SCIP presolver (time limit: 10 sec)...
0.77/0.83	c solveScip
0.77/0.83	c initScipForCoop
0.77/0.83	c Cooperative mode: scip_coop_offset=71035496.000000
0.77/0.83	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.77/0.83	c Running SCIP presolve for solve-time propagation (rounds=3)
0.77/0.89	c presolving:
0.98/1.06	c    (0.2s) running MILP presolver
1.17/1.20	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.27/1.30	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
1.36/1.43	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
2.08/2.15	c    (1.3s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.08/2.15	c    (1.3s) probing aborted: 50/50 successive totally useless probings
2.36/2.48	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
2.36/2.48	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
2.36/2.48	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2.36/2.48	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
2.36/2.48	c   24964 constraints of type <knapsack>
2.36/2.48	c     634 constraints of type <setppc>
2.36/2.48	c     158 constraints of type <logicor>
2.36/2.48	c transformed objective value is always integral (scale: 1)
2.36/2.48	c Presolving Time: 1.59
2.46/2.58	c presolving:
2.66/2.74	c    (0.2s) running MILP presolver
2.76/2.89	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.97/3.01	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
3.07/3.14	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3.16/3.23	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3.16/3.24	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3.86/3.92	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.86/3.92	c    (1.4s) probing aborted: 50/50 successive totally useless probings
4.16/4.22	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
4.25/4.32	c    (1.8s) no symmetry present (symcode time: 0.03)
4.25/4.35	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
4.25/4.35	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
4.25/4.35	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
4.25/4.35	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
4.25/4.35	c   24806 constraints of type <knapsack>
4.25/4.35	c     634 constraints of type <setppc>
4.25/4.35	c     316 constraints of type <logicor>
4.25/4.35	c transformed objective value is always integral (scale: 1)
4.25/4.35	c Presolving Time: 1.78
4.25/4.35	c 
5.07/5.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.07/5.12	c   2.6s|     1 |     0 |   980 |     - |   608M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
5.55/5.65	c   3.1s|     1 |     0 |  2456 |     - |   625M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
6.15/6.25	c   3.7s|     1 |     0 |  2596 |     - |   637M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
6.55/6.62	c   4.1s|     1 |     0 |  2760 |     - |   646M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
6.85/6.99	c   4.5s|     1 |     0 |  2972 |     - |   657M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
7.25/7.39	c   4.9s|     1 |     0 |  3128 |     - |   671M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
7.64/7.76	c   5.2s|     1 |     0 |  3285 |     - |   683M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
8.05/8.12	c   5.6s|     1 |     0 |  3418 |     - |   694M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
8.45/8.52	c   6.0s|     1 |     0 |  3570 |     - |   708M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
8.84/8.91	c   6.4s|     1 |     0 |  3690 |     - |   727M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
9.24/9.30	c   6.8s|     1 |     0 |  3813 |     - |   744M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
9.44/9.56	c   7.0s|     1 |     0 |  3907 |     - |   747M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
9.74/9.85	c   7.3s|     1 |     0 |  4031 |     - |   750M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
9.95/10.08	c   7.5s|     1 |     0 |  4148 |     - |   752M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
10.23/10.32	c   7.8s|     1 |     0 |  4250 |     - |   757M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
10.43/10.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.43/10.56	c   8.0s|     1 |     0 |  4364 |     - |   760M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
10.73/10.82	c   8.3s|     1 |     0 |  4469 |     - |   763M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
10.94/11.09	c   8.6s|     1 |     0 |  4559 |     - |   765M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
11.23/11.32	c   8.8s|     1 |     0 |  4649 |     - |   768M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
11.52/11.62	c   9.1s|     1 |     0 |  4732 |     - |   772M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
11.82/11.90	c   9.4s|     1 |     0 |  4833 |     - |   780M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
12.04/12.12	c   9.6s|     1 |     0 |  4888 |     - |   780M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
12.22/12.37	c   9.8s|     1 |     0 |  4940 |     - |   780M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
12.43/12.53	c  10.0s|     1 |     0 |  4940 |     - |   781M |   0 |  26k|  26k|  26k|1314 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
12.43/12.53	c (node 1) LP solver hit time limit in LP 33 -- using pseudo solution instead
12.43/12.53	c 
12.43/12.53	c SCIP Status        : solving was interrupted [time limit reached]
12.43/12.53	c Solving Time (sec) : 10.00
12.43/12.53	c Solving Nodes      : 1
12.43/12.53	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
12.43/12.53	c Dual Bound         : -3.70152624005087e+04
12.43/12.53	c Gap                : infinite
12.43/12.53	c SCIP status: 23 (TIMELIMIT)
12.43/12.53	c solveScip: freeing transform (!can_skip_free_transform)
12.53/12.69	c SCIP presolver: sst_unknown
12.53/12.69	c Converting 25758 PB-constraints to clauses...
12.53/12.69	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.87	c d: 1
12.73/12.87	c estimatedAdderCost: 10
12.73/12.87	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 10
12.73/12.88	c Try to convert by bdds
12.73/12.88	c d: 1
12.73/12.88	c estimatedAdderCost: 21
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 21
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 21
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 21
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 21
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 21
12.73/12.88	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 21
12.73/12.89	c Try to convert by bdds
12.73/12.90	c D: 1
12.73/12.90	c estimatedAdderCost: 21
12.73/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 21
12.82/12.90	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 21
12.82/12.91	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 21
12.82/12.92	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 21
12.82/12.93	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 21
12.82/12.94	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 21
12.82/12.95	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 21
12.82/12.96	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 21
12.82/12.97	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 21
12.82/12.98	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 21
12.82/12.99	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 21
12.82/13.00	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 21
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 21
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 21
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 21
12.82/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 21
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 21
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 21
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 21
12.94/13.01	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 21
12.94/13.02	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 21
12.94/13.03	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 21
12.94/13.04	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 21
12.94/13.05	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 21
12.94/13.06	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 21
12.94/13.07	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 21
12.94/13.08	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 21
12.94/13.09	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 21
12.94/13.10	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 21
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 21
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 21
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 21
12.94/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 21
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 21
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 21
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 21
13.04/13.11	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 21
13.04/13.12	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 21
13.04/13.13	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 21
13.04/13.14	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 21
13.04/13.15	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 21
13.04/13.16	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 21
13.04/13.17	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 21
13.04/13.18	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 21
13.04/13.19	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 21
13.12/13.20	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 21
13.12/13.21	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 21
13.12/13.22	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 21
13.12/13.23	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 21
13.12/13.24	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 21
13.12/13.25	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 21
13.12/13.26	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 21
13.12/13.27	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 21
13.12/13.28	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 21
13.12/13.29	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 21
13.22/13.30	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 21
13.22/13.31	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 21
13.22/13.32	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 21
13.22/13.33	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 21
13.22/13.34	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 21
13.22/13.35	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 21
13.22/13.36	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 21
13.22/13.37	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 21
13.22/13.38	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 21
13.22/13.39	c Try to convert by bdds
13.22/13.40	c D: 1
13.22/13.40	c estimatedAdderCost: 21
13.22/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 21
13.32/13.40	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 21
13.32/13.41	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 21
13.32/13.42	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 21
13.32/13.43	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 21
13.32/13.44	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 21
13.32/13.45	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 21
13.32/13.46	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 21
13.32/13.47	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 21
13.32/13.48	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 21
13.32/13.49	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 21
13.42/13.50	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 21
13.42/13.51	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 21
13.42/13.52	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 21
13.42/13.53	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 21
13.42/13.54	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 21
13.42/13.55	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 21
13.42/13.56	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 21
13.42/13.57	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 21
13.42/13.58	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 21
13.42/13.59	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 21
13.52/13.60	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 21
13.52/13.61	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 21
13.52/13.62	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 21
13.52/13.63	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 21
13.52/13.64	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 21
13.52/13.65	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 21
13.52/13.66	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 21
13.52/13.67	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 21
13.52/13.68	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 21
13.52/13.69	c Try to convert by bdds
13.52/13.70	c D: 1
13.52/13.70	c estimatedAdderCost: 21
13.52/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 21
13.62/13.70	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 21
13.62/13.71	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 21
13.62/13.72	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 21
13.62/13.73	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 21
13.62/13.74	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 21
13.62/13.75	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 21
13.62/13.76	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 21
13.62/13.77	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 21
13.62/13.78	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 21
13.62/13.79	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 21
13.72/13.80	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 21
13.72/13.81	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 21
13.72/13.82	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 21
13.72/13.83	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 21
13.72/13.84	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 21
13.72/13.85	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 21
13.72/13.86	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 21
13.72/13.87	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 21
13.72/13.88	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 21
13.72/13.89	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 21
13.82/13.90	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 21
13.82/13.91	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 21
13.82/13.92	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 21
13.82/13.93	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 21
13.82/13.94	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 21
13.82/13.95	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 21
13.82/13.96	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 21
13.82/13.97	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 21
13.82/13.98	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 21
13.82/13.99	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 21
13.82/14.00	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 21
13.82/14.01	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 21
13.82/14.01	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 21
13.82/14.01	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 21
13.82/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 21
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 21
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 21
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 21
13.94/14.01	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 21
13.94/14.02	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 21
13.94/14.03	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 21
13.94/14.04	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 21
13.94/14.05	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 21
13.94/14.06	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 21
13.94/14.07	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 21
13.94/14.08	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 21
13.94/14.09	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 21
13.94/14.10	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 21
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 21
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 21
13.94/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 21
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 21
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 21
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 21
14.04/14.11	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 21
14.04/14.12	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 21
14.04/14.13	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 21
14.04/14.14	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 21
14.04/14.15	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 21
14.04/14.16	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 21
14.04/14.17	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 21
14.04/14.18	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 21
14.04/14.19	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 21
14.12/14.20	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 21
14.12/14.21	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 21
14.12/14.22	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 21
14.12/14.23	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 21
14.12/14.24	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 21
14.12/14.25	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 21
14.12/14.26	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 21
14.12/14.27	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 21
14.12/14.28	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 21
14.12/14.29	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 21
14.22/14.30	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 21
14.22/14.31	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 21
14.22/14.32	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 21
14.22/14.33	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 21
14.22/14.34	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 21
14.22/14.35	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 21
14.22/14.36	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 21
14.22/14.37	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 21
14.22/14.38	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 21
14.22/14.39	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 21
14.32/14.40	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 21
14.32/14.41	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 21
14.32/14.42	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 21
14.32/14.43	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 21
14.32/14.44	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 21
14.32/14.45	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 21
14.32/14.46	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 21
14.32/14.47	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 21
14.32/14.48	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 21
14.32/14.49	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 21
14.42/14.50	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 21
14.42/14.51	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 21
14.42/14.52	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 21
14.42/14.53	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 21
14.42/14.54	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 21
14.42/14.55	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 21
14.42/14.56	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 21
14.42/14.57	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 21
14.42/14.58	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 21
14.42/14.59	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 21
14.52/14.60	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 21
14.52/14.61	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 21
14.52/14.62	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 21
14.52/14.63	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 21
14.52/14.64	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 21
14.52/14.65	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 21
14.52/14.66	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 21
14.52/14.67	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 21
14.52/14.68	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 21
14.52/14.69	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 21
14.62/14.70	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 21
14.62/14.71	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 21
14.62/14.72	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 21
14.62/14.73	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 21
14.62/14.74	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 21
14.62/14.75	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 21
14.62/14.76	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 21
14.62/14.77	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 21
14.62/14.78	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 21
14.62/14.79	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 21
14.72/14.80	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 21
14.72/14.81	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 21
14.72/14.82	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 21
14.72/14.83	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 21
14.72/14.84	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 21
14.72/14.85	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 21
14.72/14.86	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 21
14.72/14.87	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 21
14.72/14.88	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 21
14.72/14.89	c Try to convert by bdds
14.72/14.90	c D: 1
14.72/14.90	c estimatedAdderCost: 21
14.72/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 21
14.82/14.90	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 21
14.82/14.91	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 21
14.82/14.92	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 21
14.82/14.93	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 21
14.82/14.94	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 21
14.82/14.95	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 21
14.82/14.96	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 21
14.82/14.97	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 21
14.82/14.98	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 21
14.82/14.99	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 21
14.82/15.00	c Try to convert by bdds
14.82/15.01	c D: 1
14.82/15.01	c estimatedAdderCost: 21
14.82/15.01	c Try to convert by bdds
14.82/15.01	c D: 1
14.82/15.01	c estimatedAdderCost: 21
14.82/15.01	c Try to convert by bdds
14.82/15.01	c D: 1
14.82/15.01	c estimatedAdderCost: 21
14.82/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 21
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 21
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 21
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 21
14.93/15.01	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 21
14.93/15.02	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 21
14.93/15.03	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 21
14.93/15.04	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 21
14.93/15.05	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 21
14.93/15.06	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 21
14.93/15.07	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 21
14.93/15.08	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 21
14.93/15.09	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 21
14.93/15.10	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 21
14.93/15.11	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 21
14.93/15.11	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 21
14.93/15.11	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 21
14.93/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 21
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 21
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 21
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 21
15.03/15.11	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 21
15.03/15.12	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 21
15.03/15.13	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 21
15.03/15.14	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 21
15.03/15.15	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 21
15.03/15.16	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 21
15.03/15.17	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 21
15.03/15.18	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 21
15.03/15.19	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 21
15.12/15.20	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 21
15.12/15.21	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 21
15.12/15.22	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 21
15.12/15.23	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 21
15.12/15.24	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 21
15.12/15.25	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 21
15.12/15.26	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 21
15.12/15.27	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 21
15.12/15.28	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 21
15.12/15.29	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 21
15.22/15.30	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 21
15.22/15.31	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 21
15.22/15.32	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 21
15.22/15.33	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 21
15.22/15.34	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 21
15.22/15.35	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 21
15.22/15.36	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 21
15.22/15.37	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 21
15.22/15.38	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 21
15.22/15.39	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 21
15.32/15.40	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 21
15.32/15.41	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 21
15.32/15.42	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 21
15.32/15.43	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 21
15.32/15.44	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 21
15.32/15.45	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 21
15.32/15.46	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 21
15.32/15.47	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 21
15.32/15.48	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 21
15.32/15.49	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 21
15.42/15.50	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 21
15.42/15.51	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 21
15.42/15.52	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 21
15.42/15.53	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 21
15.42/15.54	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 21
15.42/15.55	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 21
15.42/15.56	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 21
15.42/15.57	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 21
15.42/15.58	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 21
15.42/15.59	c Try to convert by bdds
15.42/15.60	c D: 1
15.42/15.60	c estimatedAdderCost: 21
15.42/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 21
15.52/15.60	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 21
15.52/15.61	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 21
15.52/15.62	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 21
15.52/15.63	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 21
15.52/15.64	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 21
15.52/15.65	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 21
15.52/15.66	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 21
15.52/15.67	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 21
15.52/15.68	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 21
15.52/15.69	c Try to convert by bdds
15.52/15.70	c D: 1
15.52/15.70	c estimatedAdderCost: 21
15.52/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 21
15.62/15.70	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 21
15.62/15.71	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 21
15.62/15.72	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 21
15.62/15.73	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 21
15.62/15.74	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 21
15.62/15.75	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 21
15.62/15.76	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 21
15.62/15.77	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 21
15.62/15.78	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 21
15.62/15.79	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 21
15.72/15.80	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 21
15.72/15.81	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 21
15.72/15.82	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 21
15.72/15.83	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 21
15.72/15.84	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 21
15.72/15.85	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 21
15.72/15.86	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 21
15.72/15.87	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 21
15.72/15.88	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 21
15.72/15.89	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 21
15.82/15.90	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 21
15.82/15.91	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 21
15.82/15.92	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 21
15.82/15.93	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 21
15.82/15.94	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 21
15.82/15.95	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 21
15.82/15.96	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 21
15.82/15.97	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 21
15.82/15.98	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 21
15.82/15.99	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 21
15.82/16.00	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 21
15.82/16.01	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 21
15.82/16.01	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 21
15.82/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 21
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 21
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 21
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 21
15.93/16.01	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 21
15.93/16.02	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 21
15.93/16.03	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 21
15.93/16.04	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 21
15.93/16.05	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 21
15.93/16.06	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 21
15.93/16.07	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 21
15.93/16.08	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 21
15.93/16.09	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 21
15.93/16.10	c Try to convert by bdds
15.93/16.11	c D: 1
15.93/16.11	c estimatedAdderCost: 21
15.93/16.11	c Try to convert by bdds
15.93/16.11	c D: 1
15.93/16.11	c estimatedAdderCost: 21
15.93/16.11	c Try to convert by bdds
15.93/16.11	c D: 1
15.93/16.11	c estimatedAdderCost: 21
15.93/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 21
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 21
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 21
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 21
16.03/16.11	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 21
16.03/16.12	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 21
16.03/16.13	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 21
16.03/16.14	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 21
16.03/16.15	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 21
16.03/16.16	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 21
16.03/16.17	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 21
16.03/16.18	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 21
16.03/16.19	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 21
16.11/16.20	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 21
16.11/16.21	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 21
16.11/16.22	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 21
16.11/16.23	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 21
16.11/16.24	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 21
16.11/16.25	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 21
16.11/16.26	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 21
16.11/16.27	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 21
16.11/16.28	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 21
16.11/16.29	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 21
16.21/16.30	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 21
16.21/16.31	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 21
16.21/16.32	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 21
16.21/16.33	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 21
16.21/16.34	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 21
16.21/16.35	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 21
16.21/16.36	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 21
16.21/16.37	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 21
16.21/16.38	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 21
16.21/16.39	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 21
16.31/16.40	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 21
16.31/16.41	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 21
16.31/16.42	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 21
16.31/16.43	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 21
16.31/16.44	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 21
16.31/16.45	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 21
16.31/16.46	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 21
16.31/16.47	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 21
16.31/16.48	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 21
16.31/16.49	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 21
16.41/16.50	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 21
16.41/16.51	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 21
16.41/16.52	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 21
16.41/16.53	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 21
16.41/16.54	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 21
16.41/16.55	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 21
16.41/16.56	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 21
16.41/16.57	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 21
16.41/16.58	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 21
16.41/16.59	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 21
16.51/16.60	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 21
16.51/16.61	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 21
16.51/16.62	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 21
16.51/16.63	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 21
16.51/16.64	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 21
16.51/16.65	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 21
16.51/16.66	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 21
16.51/16.67	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 21
16.51/16.68	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 21
16.51/16.69	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 21
16.61/16.70	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 21
16.61/16.71	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 21
16.61/16.72	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 21
16.61/16.73	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 21
16.61/16.74	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 21
16.61/16.75	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 21
16.61/16.76	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 21
16.61/16.77	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 21
16.61/16.78	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 21
16.61/16.79	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 21
16.71/16.80	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 21
16.71/16.81	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 21
16.71/16.82	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 21
16.71/16.83	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 21
16.71/16.84	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 21
16.71/16.85	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 21
16.71/16.86	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 21
16.71/16.87	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 21
16.71/16.88	c Try to convert by bdds
16.82/16.96	c D: 1
16.82/16.96	c estimatedAdderCost: 21
16.82/16.96	c Try to convert by bdds
16.82/16.96	c D: 1
16.82/16.96	c estimatedAdderCost: 21
16.82/16.96	c Try to convert by bdds
16.82/16.96	c D: 1
16.82/16.96	c estimatedAdderCost: 21
16.82/16.96	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.97	c D: 1
16.82/16.97	c estimatedAdderCost: 21
16.82/16.97	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.98	c D: 1
16.82/16.98	c estimatedAdderCost: 21
16.82/16.98	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/16.99	c D: 1
16.82/16.99	c estimatedAdderCost: 21
16.82/16.99	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.00	c D: 1
16.82/17.00	c estimatedAdderCost: 21
16.82/17.00	c Try to convert by bdds
16.82/17.01	c D: 1
16.82/17.01	c estimatedAdderCost: 21
16.82/17.01	c Try to convert by bdds
16.82/17.01	c D: 1
16.82/17.01	c estimatedAdderCost: 21
16.82/17.01	c Try to convert by bdds
16.82/17.01	c D: 1
16.82/17.01	c estimatedAdderCost: 21
16.82/17.01	c Try to convert by bdds
16.82/17.01	c D: 1
16.82/17.01	c estimatedAdderCost: 21
16.82/17.01	c Try to convert by bdds
16.93/17.01	c D: 1
16.93/17.01	c estimatedAdderCost: 21
16.93/17.01	c Try to convert by bdds
16.93/17.01	c D: 1
16.93/17.01	c estimatedAdderCost: 21
16.93/17.01	c Try to convert by bdds
16.93/17.01	c D: 1
16.93/17.01	c estimatedAdderCost: 21
16.93/17.01	c Try to convert by bdds
16.93/17.01	c D: 1
16.93/17.01	c estimatedAdderCost: 21
16.93/17.01	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 21
16.93/17.02	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 21
16.93/17.03	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 21
16.93/17.04	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 21
16.93/17.05	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 21
16.93/17.06	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 21
16.93/17.07	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 21
16.93/17.08	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 21
16.93/17.09	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 21
16.93/17.10	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 21
16.93/17.11	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 21
16.93/17.11	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 21
16.93/17.11	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 21
16.93/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 21
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 21
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 21
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 21
17.03/17.11	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 21
17.03/17.12	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 21
17.03/17.13	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 21
17.03/17.14	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 21
17.03/17.15	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 21
17.03/17.16	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 21
17.03/17.17	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 21
17.03/17.18	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 21
17.03/17.19	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 21
17.12/17.20	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 21
17.12/17.21	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 21
17.12/17.22	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 21
17.12/17.23	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 21
17.12/17.24	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 21
17.12/17.25	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 21
17.12/17.26	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 21
17.12/17.27	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 21
17.12/17.28	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 21
17.12/17.29	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 21
17.22/17.30	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 21
17.22/17.31	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 21
17.22/17.32	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 21
17.22/17.33	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 21
17.22/17.34	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 21
17.22/17.35	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 21
17.22/17.36	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 21
17.22/17.37	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 21
17.22/17.38	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 21
17.22/17.39	c Try to convert by bdds
17.22/17.40	c D: 1
17.22/17.40	c estimatedAdderCost: 21
17.22/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 21
17.32/17.40	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 21
17.32/17.41	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 21
17.32/17.42	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 21
17.32/17.43	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 21
17.32/17.44	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 21
17.32/17.45	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 21
17.32/17.46	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 21
17.32/17.47	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 21
17.32/17.48	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 21
17.32/17.49	c Try to convert by bdds
17.32/17.50	c D: 1
17.32/17.50	c estimatedAdderCost: 21
17.32/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 21
17.42/17.50	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 21
17.42/17.51	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 21
17.42/17.52	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 21
17.42/17.53	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 21
17.42/17.54	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 21
17.42/17.55	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 21
17.42/17.56	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 21
17.42/17.57	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 21
17.42/17.58	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 21
17.42/17.59	c Try to convert by bdds
17.42/17.60	c D: 1
17.42/17.60	c estimatedAdderCost: 21
17.42/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 21
17.52/17.60	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 21
17.52/17.61	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 21
17.52/17.62	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 21
17.52/17.63	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 21
17.52/17.64	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 21
17.52/17.65	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 21
17.52/17.66	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 21
17.52/17.67	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 21
17.52/17.68	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 21
17.52/17.69	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 21
17.62/17.70	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 21
17.62/17.71	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 21
17.62/17.72	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 21
17.62/17.73	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 21
17.62/17.74	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 21
17.62/17.75	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 21
17.62/17.76	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 21
17.62/17.77	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 21
17.62/17.78	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 21
17.62/17.79	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 21
17.72/17.80	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 21
17.72/17.81	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 21
17.72/17.82	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 21
17.72/17.83	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 21
17.72/17.84	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 21
17.72/17.85	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 21
17.72/17.86	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 21
17.72/17.87	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 21
17.72/17.88	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 21
17.72/17.89	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 21
17.82/17.90	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 21
17.82/17.91	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 21
17.82/17.92	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 21
17.82/17.93	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 21
17.82/17.94	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 21
17.82/17.95	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 21
17.82/17.96	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 21
17.82/17.97	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 21
17.82/17.98	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 21
17.82/17.99	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 21
17.82/18.00	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 21
17.82/18.01	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 21
17.82/18.01	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 21
17.82/18.01	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 21
17.82/18.01	c Try to convert by bdds
17.93/18.01	c D: 1
17.93/18.01	c estimatedAdderCost: 21
17.93/18.01	c Try to convert by bdds
17.93/18.01	c D: 1
17.93/18.01	c estimatedAdderCost: 21
17.93/18.01	c Try to convert by bdds
17.93/18.01	c D: 1
17.93/18.01	c estimatedAdderCost: 21
17.93/18.01	c Try to convert by bdds
17.93/18.01	c D: 1
17.93/18.01	c estimatedAdderCost: 21
17.93/18.01	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.02	c D: 1
17.93/18.02	c estimatedAdderCost: 21
17.93/18.02	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.03	c D: 1
17.93/18.03	c estimatedAdderCost: 21
17.93/18.03	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.04	c D: 1
17.93/18.04	c estimatedAdderCost: 21
17.93/18.04	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.05	c D: 1
17.93/18.05	c estimatedAdderCost: 21
17.93/18.05	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.06	c D: 1
17.93/18.06	c estimatedAdderCost: 21
17.93/18.06	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.07	c D: 1
17.93/18.07	c estimatedAdderCost: 21
17.93/18.07	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.08	c D: 1
17.93/18.08	c estimatedAdderCost: 21
17.93/18.08	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.09	c D: 1
17.93/18.09	c estimatedAdderCost: 21
17.93/18.09	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.10	c D: 1
17.93/18.10	c estimatedAdderCost: 21
17.93/18.10	c Try to convert by bdds
17.93/18.11	c D: 1
17.93/18.11	c estimatedAdderCost: 21
17.93/18.11	c Try to convert by bdds
17.93/18.11	c D: 1
17.93/18.11	c estimatedAdderCost: 21
17.93/18.11	c Try to convert by bdds
17.93/18.11	c D: 1
17.93/18.11	c estimatedAdderCost: 21
17.93/18.11	c Try to convert by bdds
17.93/18.11	c D: 1
17.93/18.11	c estimatedAdderCost: 21
17.93/18.11	c Try to convert by bdds
18.03/18.11	c D: 1
18.03/18.11	c estimatedAdderCost: 21
18.03/18.11	c Try to convert by bdds
18.03/18.11	c D: 1
18.03/18.11	c estimatedAdderCost: 21
18.03/18.11	c Try to convert by bdds
18.03/18.11	c D: 1
18.03/18.11	c estimatedAdderCost: 21
18.03/18.11	c Try to convert by bdds
18.03/18.11	c D: 1
18.03/18.11	c estimatedAdderCost: 21
18.03/18.11	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.12	c D: 1
18.03/18.12	c estimatedAdderCost: 21
18.03/18.12	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.13	c D: 1
18.03/18.13	c estimatedAdderCost: 21
18.03/18.13	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.14	c D: 1
18.03/18.14	c estimatedAdderCost: 21
18.03/18.14	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.15	c D: 1
18.03/18.15	c estimatedAdderCost: 21
18.03/18.15	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.16	c D: 1
18.03/18.16	c estimatedAdderCost: 21
18.03/18.16	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.17	c D: 1
18.03/18.17	c estimatedAdderCost: 21
18.03/18.17	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.18	c D: 1
18.03/18.18	c estimatedAdderCost: 21
18.03/18.18	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.03/18.19	c D: 1
18.03/18.19	c estimatedAdderCost: 21
18.03/18.19	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 21
18.12/18.20	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 21
18.12/18.21	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 21
18.12/18.22	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 21
18.12/18.23	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 21
18.12/18.24	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 21
18.12/18.25	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 21
18.12/18.26	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 21
18.12/18.27	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 21
18.12/18.28	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 21
18.12/18.29	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 21
18.22/18.30	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 21
18.22/18.31	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 21
18.22/18.32	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 21
18.22/18.33	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 21
18.22/18.34	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 21
18.22/18.35	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 21
18.22/18.36	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 21
18.22/18.37	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 21
18.22/18.38	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 21
18.22/18.39	c Try to convert by bdds
18.22/18.40	c D: 1
18.22/18.40	c estimatedAdderCost: 21
18.22/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 21
18.32/18.40	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 21
18.32/18.41	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 21
18.32/18.42	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 21
18.32/18.43	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 21
18.32/18.44	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 21
18.32/18.45	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 21
18.32/18.46	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 21
18.32/18.47	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 21
18.32/18.48	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 21
18.32/18.49	c Try to convert by bdds
18.32/18.50	c D: 1
18.32/18.50	c estimatedAdderCost: 21
18.32/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 21
18.41/18.50	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 21
18.41/18.51	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 21
18.41/18.52	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 21
18.41/18.53	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 21
18.41/18.54	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 21
18.41/18.55	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 21
18.41/18.56	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 21
18.41/18.57	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 21
18.41/18.58	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 21
18.41/18.59	c Try to convert by bdds
18.41/18.60	c D: 1
18.41/18.60	c estimatedAdderCost: 21
18.41/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 21
18.52/18.60	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 21
18.52/18.61	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 21
18.52/18.62	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 21
18.52/18.63	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 21
18.52/18.64	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 21
18.52/18.65	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 21
18.52/18.66	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 21
18.52/18.67	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 21
18.52/18.68	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 21
18.52/18.69	c Try to convert by bdds
18.52/18.70	c D: 1
18.52/18.70	c estimatedAdderCost: 21
18.52/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 21
18.62/18.70	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 21
18.62/18.71	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 21
18.62/18.72	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 21
18.62/18.73	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 21
18.62/18.74	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 21
18.62/18.75	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 21
18.62/18.76	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 21
18.62/18.77	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 21
18.62/18.78	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 21
18.62/18.79	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 21
18.71/18.80	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 21
18.71/18.81	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 21
18.71/18.82	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 21
18.71/18.83	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 21
18.71/18.84	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 21
18.71/18.85	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 21
18.71/18.86	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 21
18.71/18.87	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 21
18.71/18.88	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 21
18.71/18.89	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 21
18.81/18.90	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 21
18.81/18.91	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 21
18.81/18.92	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 21
18.81/18.93	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 21
18.81/18.94	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 21
18.81/18.95	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 21
18.81/18.96	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 21
18.81/18.97	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 21
18.81/18.98	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 21
18.81/18.99	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 21
18.81/19.00	c Try to convert by bdds
18.81/19.01	c D: 1
18.81/19.01	c estimatedAdderCost: 21
18.81/19.01	c Try to convert by bdds
18.81/19.01	c D: 1
18.81/19.01	c estimatedAdderCost: 21
18.81/19.01	c Try to convert by bdds
18.81/19.01	c D: 1
18.81/19.01	c estimatedAdderCost: 21
18.81/19.01	c Try to convert by bdds
18.93/19.01	c D: 1
18.93/19.01	c estimatedAdderCost: 21
18.93/19.01	c Try to convert by bdds
18.93/19.01	c D: 1
18.93/19.01	c estimatedAdderCost: 21
18.93/19.01	c Try to convert by bdds
18.93/19.01	c D: 1
18.93/19.01	c estimatedAdderCost: 21
18.93/19.01	c Try to convert by bdds
18.93/19.01	c D: 1
18.93/19.01	c estimatedAdderCost: 21
18.93/19.01	c Try to convert by bdds
18.93/19.01	c D: 1
18.93/19.01	c estimatedAdderCost: 21
18.93/19.01	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.02	c D: 1
18.93/19.02	c estimatedAdderCost: 21
18.93/19.02	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.03	c D: 1
18.93/19.03	c estimatedAdderCost: 21
18.93/19.03	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.04	c D: 1
18.93/19.04	c estimatedAdderCost: 21
18.93/19.04	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.05	c D: 1
18.93/19.05	c estimatedAdderCost: 21
18.93/19.05	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.06	c D: 1
18.93/19.06	c estimatedAdderCost: 21
18.93/19.06	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.07	c D: 1
18.93/19.07	c estimatedAdderCost: 21
18.93/19.07	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.08	c D: 1
18.93/19.08	c estimatedAdderCost: 21
18.93/19.08	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.09	c D: 1
18.93/19.09	c estimatedAdderCost: 21
18.93/19.09	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.10	c D: 1
18.93/19.10	c estimatedAdderCost: 21
18.93/19.10	c Try to convert by bdds
18.93/19.11	c D: 1
18.93/19.11	c estimatedAdderCost: 21
18.93/19.11	c Try to convert by bdds
18.93/19.11	c D: 1
18.93/19.11	c estimatedAdderCost: 21
18.93/19.11	c Try to convert by bdds
18.93/19.11	c D: 1
18.93/19.11	c estimatedAdderCost: 21
18.93/19.11	c Try to convert by bdds
19.03/19.11	c D: 1
19.03/19.11	c estimatedAdderCost: 21
19.03/19.11	c Try to convert by bdds
19.03/19.11	c D: 1
19.03/19.11	c estimatedAdderCost: 21
19.03/19.11	c Try to convert by bdds
19.03/19.11	c D: 1
19.03/19.11	c estimatedAdderCost: 21
19.03/19.11	c Try to convert by bdds
19.03/19.11	c D: 1
19.03/19.11	c estimatedAdderCost: 21
19.03/19.11	c Try to convert by bdds
19.03/19.11	c D: 1
19.03/19.11	c estimatedAdderCost: 21
19.03/19.11	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.12	c D: 1
19.03/19.12	c estimatedAdderCost: 21
19.03/19.12	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.13	c D: 1
19.03/19.13	c estimatedAdderCost: 21
19.03/19.13	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.14	c D: 1
19.03/19.14	c estimatedAdderCost: 21
19.03/19.14	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.15	c D: 1
19.03/19.15	c estimatedAdderCost: 21
19.03/19.15	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.16	c D: 1
19.03/19.16	c estimatedAdderCost: 21
19.03/19.16	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.17	c D: 1
19.03/19.17	c estimatedAdderCost: 21
19.03/19.17	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.18	c D: 1
19.03/19.18	c estimatedAdderCost: 21
19.03/19.18	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.03/19.19	c D: 1
19.03/19.19	c estimatedAdderCost: 21
19.03/19.19	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.20	c D: 1
19.11/19.20	c estimatedAdderCost: 21
19.11/19.20	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.21	c D: 1
19.11/19.21	c estimatedAdderCost: 21
19.11/19.21	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.22	c D: 1
19.11/19.22	c estimatedAdderCost: 21
19.11/19.22	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.23	c D: 1
19.11/19.23	c estimatedAdderCost: 21
19.11/19.23	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.24	c D: 1
19.11/19.24	c estimatedAdderCost: 21
19.11/19.24	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.25	c D: 1
19.11/19.25	c estimatedAdderCost: 21
19.11/19.25	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.26	c D: 1
19.11/19.26	c estimatedAdderCost: 21
19.11/19.26	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.27	c D: 1
19.11/19.27	c estimatedAdderCost: 21
19.11/19.27	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.28	c D: 1
19.11/19.28	c estimatedAdderCost: 21
19.11/19.28	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.11/19.29	c D: 1
19.11/19.29	c estimatedAdderCost: 21
19.11/19.29	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.30	c D: 1
19.21/19.30	c estimatedAdderCost: 21
19.21/19.30	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.31	c D: 1
19.21/19.31	c estimatedAdderCost: 21
19.21/19.31	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.32	c D: 1
19.21/19.32	c estimatedAdderCost: 21
19.21/19.32	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.33	c D: 1
19.21/19.33	c estimatedAdderCost: 21
19.21/19.33	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.34	c D: 1
19.21/19.34	c estimatedAdderCost: 21
19.21/19.34	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.35	c D: 1
19.21/19.35	c estimatedAdderCost: 21
19.21/19.35	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.36	c D: 1
19.21/19.36	c estimatedAdderCost: 21
19.21/19.36	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.37	c D: 1
19.21/19.37	c estimatedAdderCost: 21
19.21/19.37	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.38	c D: 1
19.21/19.38	c estimatedAdderCost: 21
19.21/19.38	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.39	c D: 1
19.21/19.39	c estimatedAdderCost: 21
19.21/19.39	c Try to convert by bdds
19.21/19.40	c D: 1
19.21/19.40	c estimatedAdderCost: 21
19.21/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.40	c D: 1
19.31/19.40	c estimatedAdderCost: 21
19.31/19.40	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.41	c D: 1
19.31/19.41	c estimatedAdderCost: 21
19.31/19.41	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.42	c D: 1
19.31/19.42	c estimatedAdderCost: 21
19.31/19.42	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.43	c D: 1
19.31/19.43	c estimatedAdderCost: 21
19.31/19.43	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.44	c D: 1
19.31/19.44	c estimatedAdderCost: 21
19.31/19.44	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.45	c D: 1
19.31/19.45	c estimatedAdderCost: 21
19.31/19.45	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.46	c D: 1
19.31/19.46	c estimatedAdderCost: 21
19.31/19.46	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.47	c D: 1
19.31/19.47	c estimatedAdderCost: 21
19.31/19.47	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.48	c D: 1
19.31/19.48	c estimatedAdderCost: 21
19.31/19.48	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.31/19.49	c D: 1
19.31/19.49	c estimatedAdderCost: 21
19.31/19.49	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.50	c D: 1
19.41/19.50	c estimatedAdderCost: 21
19.41/19.50	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.51	c D: 1
19.41/19.51	c estimatedAdderCost: 21
19.41/19.51	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.52	c D: 1
19.41/19.52	c estimatedAdderCost: 21
19.41/19.52	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.53	c D: 1
19.41/19.53	c estimatedAdderCost: 21
19.41/19.53	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.54	c D: 1
19.41/19.54	c estimatedAdderCost: 21
19.41/19.54	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.55	c D: 1
19.41/19.55	c estimatedAdderCost: 21
19.41/19.55	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.56	c D: 1
19.41/19.56	c estimatedAdderCost: 21
19.41/19.56	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.57	c D: 1
19.41/19.57	c estimatedAdderCost: 21
19.41/19.57	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.58	c D: 1
19.41/19.58	c estimatedAdderCost: 21
19.41/19.58	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.41/19.59	c D: 1
19.41/19.59	c estimatedAdderCost: 21
19.41/19.59	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.60	c D: 1
19.51/19.60	c estimatedAdderCost: 21
19.51/19.60	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.61	c D: 1
19.51/19.61	c estimatedAdderCost: 21
19.51/19.61	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.62	c D: 1
19.51/19.62	c estimatedAdderCost: 21
19.51/19.62	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.63	c D: 1
19.51/19.63	c estimatedAdderCost: 21
19.51/19.63	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.64	c D: 1
19.51/19.64	c estimatedAdderCost: 21
19.51/19.64	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.65	c D: 1
19.51/19.65	c estimatedAdderCost: 21
19.51/19.65	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.66	c D: 1
19.51/19.66	c estimatedAdderCost: 21
19.51/19.66	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.67	c D: 1
19.51/19.67	c estimatedAdderCost: 21
19.51/19.67	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.68	c D: 1
19.51/19.68	c estimatedAdderCost: 21
19.51/19.68	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.51/19.69	c D: 1
19.51/19.69	c estimatedAdderCost: 21
19.51/19.69	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.70	c D: 1
19.61/19.70	c estimatedAdderCost: 21
19.61/19.70	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.71	c D: 1
19.61/19.71	c estimatedAdderCost: 21
19.61/19.71	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.72	c D: 1
19.61/19.72	c estimatedAdderCost: 21
19.61/19.72	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.73	c D: 1
19.61/19.73	c estimatedAdderCost: 21
19.61/19.73	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.74	c D: 1
19.61/19.74	c estimatedAdderCost: 21
19.61/19.74	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.75	c D: 1
19.61/19.75	c estimatedAdderCost: 21
19.61/19.75	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.76	c D: 1
19.61/19.76	c estimatedAdderCost: 21
19.61/19.76	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.77	c D: 1
19.61/19.77	c estimatedAdderCost: 21
19.61/19.77	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.78	c D: 1
19.61/19.78	c estimatedAdderCost: 21
19.61/19.78	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.61/19.79	c D: 1
19.61/19.79	c estimatedAdderCost: 21
19.61/19.79	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.80	c D: 1
19.71/19.80	c estimatedAdderCost: 21
19.71/19.80	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.81	c D: 1
19.71/19.81	c estimatedAdderCost: 21
19.71/19.81	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.82	c D: 1
19.71/19.82	c estimatedAdderCost: 21
19.71/19.82	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.83	c D: 1
19.71/19.83	c estimatedAdderCost: 21
19.71/19.83	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.84	c D: 1
19.71/19.84	c estimatedAdderCost: 21
19.71/19.84	c Try to convert by bdds
19.71/19.85	c D: 1
19.71/19.85	c estimatedAdderCost: 21
19.71/19.85	c Try to convert by bdds
19.71/19.85	c D: 1
19.71/19.85	c estimatedAdderCost: 21
19.71/19.85	c Try to convert by bdds
19.71/19.85	c D: 1
19.71/19.85	c estimatedAdderCost: 21
19.71/19.85	c Try to convert by bdds
19.71/19.85	c D: 1
19.71/19.85	c estimatedAdderCost: 21
19.71/19.85	c Try to convert by bdds
19.71/19.85	c D: 1
19.71/19.85	c estimatedAdderCost: 21
19.71/19.85	c Try to convert by bdds
19.71/19.85	c D: 1
19.71/19.85	c estimat [...]

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

.57/39.75	c Try to convert by bdds
39.57/39.75	c D: 1
39.57/39.75	c estimatedAdderCost: 21
39.57/39.75	c Try to convert by bdds
39.57/39.75	c D: 1
39.57/39.75	c estimatedAdderCost: 21
39.57/39.75	c Try to convert by bdds
39.57/39.75	c D: 1
39.57/39.75	c estimatedAdderCost: 21
39.57/39.75	c Try to convert by bdds
39.57/39.75	c D: 1
39.57/39.75	c estimatedAdderCost: 21
39.57/39.75	c Try to convert by bdds
39.57/39.75	c D: 1
39.57/39.75	c estimatedAdderCost: 21
39.57/39.75	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.76	c D: 1
39.57/39.76	c estimatedAdderCost: 21
39.57/39.76	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.77	c D: 1
39.57/39.77	c estimatedAdderCost: 21
39.57/39.77	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.78	c D: 1
39.57/39.78	c estimatedAdderCost: 21
39.57/39.78	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.57/39.79	c D: 1
39.57/39.79	c estimatedAdderCost: 21
39.57/39.79	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.80	c D: 1
39.67/39.80	c estimatedAdderCost: 21
39.67/39.80	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.81	c D: 1
39.67/39.81	c estimatedAdderCost: 21
39.67/39.81	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.82	c D: 1
39.67/39.82	c estimatedAdderCost: 21
39.67/39.82	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.83	c D: 1
39.67/39.83	c estimatedAdderCost: 21
39.67/39.83	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.84	c D: 1
39.67/39.84	c estimatedAdderCost: 21
39.67/39.84	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.85	c D: 1
39.67/39.85	c estimatedAdderCost: 21
39.67/39.85	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.86	c D: 1
39.67/39.86	c estimatedAdderCost: 21
39.67/39.86	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.87	c D: 1
39.67/39.87	c estimatedAdderCost: 21
39.67/39.87	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.88	c D: 1
39.67/39.88	c estimatedAdderCost: 21
39.67/39.88	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.89	c D: 1
39.67/39.89	c estimatedAdderCost: 21
39.67/39.89	c Try to convert by bdds
39.67/39.90	c D: 1
39.67/39.90	c estimatedAdderCost: 21
39.67/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.90	c D: 1
39.77/39.90	c estimatedAdderCost: 21
39.77/39.90	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.91	c D: 1
39.77/39.91	c estimatedAdderCost: 21
39.77/39.91	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.92	c D: 1
39.77/39.92	c estimatedAdderCost: 21
39.77/39.92	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.93	c D: 1
39.77/39.93	c estimatedAdderCost: 21
39.77/39.93	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.94	c D: 1
39.77/39.94	c estimatedAdderCost: 21
39.77/39.94	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.95	c D: 1
39.77/39.95	c estimatedAdderCost: 21
39.77/39.95	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.96	c D: 1
39.77/39.96	c estimatedAdderCost: 21
39.77/39.96	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.97	c D: 1
39.77/39.97	c estimatedAdderCost: 21
39.77/39.97	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.98	c D: 1
39.77/39.98	c estimatedAdderCost: 21
39.77/39.98	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/39.99	c D: 1
39.77/39.99	c estimatedAdderCost: 21
39.77/39.99	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.00	c D: 1
39.77/40.00	c estimatedAdderCost: 21
39.77/40.00	c Try to convert by bdds
39.77/40.01	c D: 1
39.77/40.01	c estimatedAdderCost: 21
39.77/40.01	c Try to convert by bdds
39.77/40.01	c D: 1
39.77/40.01	c estimatedAdderCost: 21
39.77/40.01	c Try to convert by bdds
39.89/40.01	c D: 1
39.89/40.01	c estimatedAdderCost: 21
39.89/40.01	c Try to convert by bdds
39.89/40.01	c D: 1
39.89/40.01	c estimatedAdderCost: 21
39.89/40.01	c Try to convert by bdds
39.89/40.01	c D: 1
39.89/40.01	c estimatedAdderCost: 21
39.89/40.01	c Try to convert by bdds
39.89/40.01	c D: 1
39.89/40.01	c estimatedAdderCost: 21
39.89/40.01	c Try to convert by bdds
39.89/40.01	c D: 1
39.89/40.01	c estimatedAdderCost: 21
39.89/40.01	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.02	c D: 1
39.89/40.02	c estimatedAdderCost: 21
39.89/40.02	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.03	c D: 1
39.89/40.03	c estimatedAdderCost: 21
39.89/40.03	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.04	c D: 1
39.89/40.04	c estimatedAdderCost: 21
39.89/40.04	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.05	c D: 1
39.89/40.05	c estimatedAdderCost: 21
39.89/40.05	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.06	c D: 1
39.89/40.06	c estimatedAdderCost: 21
39.89/40.06	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.07	c D: 1
39.89/40.07	c estimatedAdderCost: 21
39.89/40.07	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.08	c D: 1
39.89/40.08	c estimatedAdderCost: 21
39.89/40.08	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.09	c D: 1
39.89/40.09	c estimatedAdderCost: 21
39.89/40.09	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.10	c D: 1
39.89/40.10	c estimatedAdderCost: 21
39.89/40.10	c Try to convert by bdds
39.89/40.11	c D: 1
39.89/40.11	c estimatedAdderCost: 21
39.89/40.11	c Try to convert by bdds
39.89/40.11	c D: 1
39.89/40.11	c estimatedAdderCost: 21
39.89/40.11	c Try to convert by bdds
39.89/40.11	c D: 1
39.89/40.11	c estimatedAdderCost: 21
39.89/40.11	c Try to convert by bdds
39.98/40.11	c D: 1
39.98/40.11	c estimatedAdderCost: 21
39.98/40.11	c Try to convert by bdds
39.98/40.11	c D: 1
39.98/40.11	c estimatedAdderCost: 21
39.98/40.11	c Try to convert by bdds
39.98/40.11	c D: 1
39.98/40.11	c estimatedAdderCost: 21
39.98/40.11	c Try to convert by bdds
39.98/40.11	c D: 1
39.98/40.11	c estimatedAdderCost: 21
39.98/40.11	c Try to convert by bdds
39.98/40.11	c D: 1
39.98/40.11	c estimatedAdderCost: 21
39.98/40.11	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.12	c D: 1
39.98/40.12	c estimatedAdderCost: 21
39.98/40.12	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.13	c D: 1
39.98/40.13	c estimatedAdderCost: 21
39.98/40.13	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.14	c D: 1
39.98/40.14	c estimatedAdderCost: 21
39.98/40.14	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.15	c D: 1
39.98/40.15	c estimatedAdderCost: 21
39.98/40.15	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.16	c D: 1
39.98/40.16	c estimatedAdderCost: 21
39.98/40.16	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.17	c D: 1
39.98/40.17	c estimatedAdderCost: 21
39.98/40.17	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.18	c D: 1
39.98/40.18	c estimatedAdderCost: 21
39.98/40.18	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
39.98/40.19	c D: 1
39.98/40.19	c estimatedAdderCost: 21
39.98/40.19	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.20	c D: 1
40.07/40.20	c estimatedAdderCost: 21
40.07/40.20	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.21	c D: 1
40.07/40.21	c estimatedAdderCost: 21
40.07/40.21	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.22	c D: 1
40.07/40.22	c estimatedAdderCost: 21
40.07/40.22	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.23	c D: 1
40.07/40.23	c estimatedAdderCost: 21
40.07/40.23	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.24	c D: 1
40.07/40.24	c estimatedAdderCost: 21
40.07/40.24	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.25	c D: 1
40.07/40.25	c estimatedAdderCost: 21
40.07/40.25	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.26	c D: 1
40.07/40.26	c estimatedAdderCost: 21
40.07/40.26	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.27	c D: 1
40.07/40.27	c estimatedAdderCost: 21
40.07/40.27	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.28	c D: 1
40.07/40.28	c estimatedAdderCost: 21
40.07/40.28	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.07/40.29	c D: 1
40.07/40.29	c estimatedAdderCost: 21
40.07/40.29	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.30	c D: 1
40.17/40.30	c estimatedAdderCost: 21
40.17/40.30	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.31	c D: 1
40.17/40.31	c estimatedAdderCost: 21
40.17/40.31	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.32	c D: 1
40.17/40.32	c estimatedAdderCost: 21
40.17/40.32	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.33	c D: 1
40.17/40.33	c estimatedAdderCost: 21
40.17/40.33	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.34	c D: 1
40.17/40.34	c estimatedAdderCost: 21
40.17/40.34	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.35	c D: 1
40.17/40.35	c estimatedAdderCost: 21
40.17/40.35	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.36	c D: 1
40.17/40.36	c estimatedAdderCost: 21
40.17/40.36	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.37	c D: 1
40.17/40.37	c estimatedAdderCost: 21
40.17/40.37	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.38	c D: 1
40.17/40.38	c estimatedAdderCost: 21
40.17/40.38	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.39	c D: 1
40.17/40.39	c estimatedAdderCost: 21
40.17/40.39	c Try to convert by bdds
40.17/40.40	c D: 1
40.17/40.40	c estimatedAdderCost: 21
40.17/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.40	c D: 1
40.27/40.40	c estimatedAdderCost: 21
40.27/40.40	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.41	c D: 1
40.27/40.41	c estimatedAdderCost: 21
40.27/40.41	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.42	c D: 1
40.27/40.42	c estimatedAdderCost: 21
40.27/40.42	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.43	c D: 1
40.27/40.43	c estimatedAdderCost: 21
40.27/40.43	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.44	c D: 1
40.27/40.44	c estimatedAdderCost: 21
40.27/40.44	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.45	c D: 1
40.27/40.45	c estimatedAdderCost: 21
40.27/40.45	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.46	c D: 1
40.27/40.46	c estimatedAdderCost: 21
40.27/40.46	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.47	c D: 1
40.27/40.47	c estimatedAdderCost: 21
40.27/40.47	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.48	c D: 1
40.27/40.48	c estimatedAdderCost: 21
40.27/40.48	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.27/40.49	c D: 1
40.27/40.49	c estimatedAdderCost: 21
40.27/40.49	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.50	c D: 1
40.37/40.50	c estimatedAdderCost: 21
40.37/40.50	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.51	c D: 1
40.37/40.51	c estimatedAdderCost: 21
40.37/40.51	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.52	c D: 1
40.37/40.52	c estimatedAdderCost: 21
40.37/40.52	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.53	c D: 1
40.37/40.53	c estimatedAdderCost: 21
40.37/40.53	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.54	c D: 1
40.37/40.54	c estimatedAdderCost: 21
40.37/40.54	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.55	c D: 1
40.37/40.55	c estimatedAdderCost: 21
40.37/40.55	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.56	c D: 1
40.37/40.56	c estimatedAdderCost: 21
40.37/40.56	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.57	c D: 1
40.37/40.57	c estimatedAdderCost: 21
40.37/40.57	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.58	c D: 1
40.37/40.58	c estimatedAdderCost: 21
40.37/40.58	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.37/40.59	c D: 1
40.37/40.59	c estimatedAdderCost: 21
40.37/40.59	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.60	c D: 1
40.47/40.60	c estimatedAdderCost: 21
40.47/40.60	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.61	c D: 1
40.47/40.61	c estimatedAdderCost: 21
40.47/40.61	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.62	c D: 1
40.47/40.62	c estimatedAdderCost: 21
40.47/40.62	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.63	c D: 1
40.47/40.63	c estimatedAdderCost: 21
40.47/40.63	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.64	c D: 1
40.47/40.64	c estimatedAdderCost: 21
40.47/40.64	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.65	c D: 1
40.47/40.65	c estimatedAdderCost: 21
40.47/40.65	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.66	c D: 1
40.47/40.66	c estimatedAdderCost: 21
40.47/40.66	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.67	c D: 1
40.47/40.67	c estimatedAdderCost: 21
40.47/40.67	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.68	c D: 1
40.47/40.68	c estimatedAdderCost: 21
40.47/40.68	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.47/40.69	c D: 1
40.47/40.69	c estimatedAdderCost: 21
40.47/40.69	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.70	c D: 1
40.57/40.70	c estimatedAdderCost: 21
40.57/40.70	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.71	c D: 1
40.57/40.71	c estimatedAdderCost: 21
40.57/40.71	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.72	c D: 1
40.57/40.72	c estimatedAdderCost: 21
40.57/40.72	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.73	c D: 1
40.57/40.73	c estimatedAdderCost: 21
40.57/40.73	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.74	c D: 1
40.57/40.74	c estimatedAdderCost: 21
40.57/40.74	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.75	c D: 1
40.57/40.75	c estimatedAdderCost: 21
40.57/40.75	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.76	c D: 1
40.57/40.76	c estimatedAdderCost: 21
40.57/40.76	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.77	c D: 1
40.57/40.77	c estimatedAdderCost: 21
40.57/40.77	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.78	c D: 1
40.57/40.78	c estimatedAdderCost: 21
40.57/40.78	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.57/40.79	c D: 1
40.57/40.79	c estimatedAdderCost: 21
40.57/40.79	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.80	c D: 1
40.67/40.80	c estimatedAdderCost: 21
40.67/40.80	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.81	c D: 1
40.67/40.81	c estimatedAdderCost: 21
40.67/40.81	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.82	c D: 1
40.67/40.82	c estimatedAdderCost: 21
40.67/40.82	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.83	c D: 1
40.67/40.83	c estimatedAdderCost: 21
40.67/40.83	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.84	c D: 1
40.67/40.84	c estimatedAdderCost: 21
40.67/40.84	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.85	c D: 1
40.67/40.85	c estimatedAdderCost: 21
40.67/40.85	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.86	c D: 1
40.67/40.86	c estimatedAdderCost: 21
40.67/40.86	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.87	c D: 1
40.67/40.87	c estimatedAdderCost: 21
40.67/40.87	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.88	c D: 1
40.67/40.88	c estimatedAdderCost: 21
40.67/40.88	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.67/40.89	c D: 1
40.67/40.89	c estimatedAdderCost: 21
40.67/40.89	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.90	c D: 1
40.77/40.90	c estimatedAdderCost: 21
40.77/40.90	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.91	c D: 1
40.77/40.91	c estimatedAdderCost: 21
40.77/40.91	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.92	c D: 1
40.77/40.92	c estimatedAdderCost: 21
40.77/40.92	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.93	c D: 1
40.77/40.93	c estimatedAdderCost: 21
40.77/40.93	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.94	c D: 1
40.77/40.94	c estimatedAdderCost: 21
40.77/40.94	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.95	c D: 1
40.77/40.95	c estimatedAdderCost: 21
40.77/40.95	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.96	c D: 1
40.77/40.96	c estimatedAdderCost: 21
40.77/40.96	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.97	c D: 1
40.77/40.97	c estimatedAdderCost: 21
40.77/40.97	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.98	c D: 1
40.77/40.98	c estimatedAdderCost: 21
40.77/40.98	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/40.99	c D: 1
40.77/40.99	c estimatedAdderCost: 21
40.77/40.99	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.00	c D: 1
40.77/41.00	c estimatedAdderCost: 21
40.77/41.00	c Try to convert by bdds
40.77/41.01	c D: 1
40.77/41.01	c estimatedAdderCost: 21
40.77/41.01	c Try to convert by bdds
40.77/41.01	c D: 1
40.77/41.01	c estimatedAdderCost: 21
40.77/41.01	c Try to convert by bdds
40.77/41.01	c D: 1
40.77/41.01	c estimatedAdderCost: 21
40.77/41.01	c Try to convert by bdds
40.88/41.01	c D: 1
40.88/41.01	c estimatedAdderCost: 21
40.88/41.01	c Try to convert by bdds
40.88/41.01	c D: 1
40.88/41.01	c estimatedAdderCost: 21
40.88/41.01	c Try to convert by bdds
40.88/41.01	c D: 1
40.88/41.01	c estimatedAdderCost: 21
40.88/41.01	c Try to convert by bdds
40.88/41.01	c D: 1
40.88/41.01	c estimatedAdderCost: 21
40.88/41.01	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.02	c D: 1
40.88/41.02	c estimatedAdderCost: 21
40.88/41.02	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.03	c D: 1
40.88/41.03	c estimatedAdderCost: 21
40.88/41.03	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.04	c D: 1
40.88/41.04	c estimatedAdderCost: 21
40.88/41.04	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.05	c D: 1
40.88/41.05	c estimatedAdderCost: 21
40.88/41.05	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.06	c D: 1
40.88/41.06	c estimatedAdderCost: 21
40.88/41.06	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.07	c D: 1
40.88/41.07	c estimatedAdderCost: 21
40.88/41.07	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.08	c D: 1
40.88/41.08	c estimatedAdderCost: 21
40.88/41.08	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.09	c D: 1
40.88/41.09	c estimatedAdderCost: 21
40.88/41.09	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.10	c D: 1
40.88/41.10	c estimatedAdderCost: 21
40.88/41.10	c Try to convert by bdds
40.88/41.11	c D: 1
40.88/41.11	c estimatedAdderCost: 21
40.88/41.11	c Try to convert by bdds
40.88/41.11	c D: 1
40.88/41.11	c estimatedAdderCost: 21
40.88/41.11	c Try to convert by bdds
40.88/41.11	c D: 1
40.88/41.11	c estimatedAdderCost: 21
40.88/41.11	c Try to convert by bdds
40.98/41.11	c D: 1
40.98/41.11	c estimatedAdderCost: 21
40.98/41.11	c Try to convert by bdds
40.98/41.11	c D: 1
40.98/41.11	c estimatedAdderCost: 21
40.98/41.11	c Try to convert by bdds
40.98/41.11	c D: 1
40.98/41.11	c estimatedAdderCost: 21
40.98/41.11	c Try to convert by bdds
40.98/41.11	c D: 1
40.98/41.11	c estimatedAdderCost: 21
40.98/41.11	c Try to convert by bdds
40.98/41.11	c D: 1
40.98/41.11	c estimatedAdderCost: 21
40.98/41.11	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.12	c D: 1
40.98/41.12	c estimatedAdderCost: 21
40.98/41.12	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.13	c D: 1
40.98/41.13	c estimatedAdderCost: 21
40.98/41.13	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.14	c D: 1
40.98/41.14	c estimatedAdderCost: 21
40.98/41.14	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.15	c D: 1
40.98/41.15	c estimatedAdderCost: 21
40.98/41.15	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.16	c D: 1
40.98/41.16	c estimatedAdderCost: 21
40.98/41.16	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.17	c D: 1
40.98/41.17	c estimatedAdderCost: 21
40.98/41.17	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.18	c D: 1
40.98/41.18	c estimatedAdderCost: 21
40.98/41.18	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
40.98/41.19	c D: 1
40.98/41.19	c estimatedAdderCost: 21
40.98/41.19	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.20	c D: 1
41.07/41.20	c estimatedAdderCost: 21
41.07/41.20	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.21	c D: 1
41.07/41.21	c estimatedAdderCost: 21
41.07/41.21	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.22	c D: 1
41.07/41.22	c estimatedAdderCost: 21
41.07/41.22	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.23	c D: 1
41.07/41.23	c estimatedAdderCost: 21
41.07/41.23	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.24	c D: 1
41.07/41.24	c estimatedAdderCost: 21
41.07/41.24	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.25	c D: 1
41.07/41.25	c estimatedAdderCost: 21
41.07/41.25	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.26	c D: 1
41.07/41.26	c estimatedAdderCost: 21
41.07/41.26	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.27	c D: 1
41.07/41.27	c estimatedAdderCost: 21
41.07/41.27	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.28	c D: 1
41.07/41.28	c estimatedAdderCost: 21
41.07/41.28	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.07/41.29	c D: 1
41.07/41.29	c estimatedAdderCost: 21
41.07/41.29	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.30	c D: 1
41.17/41.30	c estimatedAdderCost: 21
41.17/41.30	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.31	c D: 1
41.17/41.31	c estimatedAdderCost: 21
41.17/41.31	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.32	c D: 1
41.17/41.32	c estimatedAdderCost: 21
41.17/41.32	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.33	c D: 1
41.17/41.33	c estimatedAdderCost: 21
41.17/41.33	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.34	c D: 1
41.17/41.34	c estimatedAdderCost: 21
41.17/41.34	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.35	c D: 1
41.17/41.35	c estimatedAdderCost: 21
41.17/41.35	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.36	c D: 1
41.17/41.36	c estimatedAdderCost: 21
41.17/41.36	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.37	c D: 1
41.17/41.37	c estimatedAdderCost: 21
41.17/41.37	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.38	c D: 1
41.17/41.38	c estimatedAdderCost: 21
41.17/41.38	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.39	c D: 1
41.17/41.39	c estimatedAdderCost: 21
41.17/41.39	c Try to convert by bdds
41.17/41.40	c D: 1
41.17/41.40	c estimatedAdderCost: 21
41.17/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.40	c D: 1
41.27/41.40	c estimatedAdderCost: 21
41.27/41.40	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.41	c D: 1
41.27/41.41	c estimatedAdderCost: 21
41.27/41.41	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.42	c D: 1
41.27/41.42	c estimatedAdderCost: 21
41.27/41.42	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.43	c D: 1
41.27/41.43	c estimatedAdderCost: 21
41.27/41.43	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.44	c D: 1
41.27/41.44	c estimatedAdderCost: 21
41.27/41.44	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.45	c D: 1
41.27/41.45	c estimatedAdderCost: 21
41.27/41.45	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.46	c D: 1
41.27/41.46	c estimatedAdderCost: 21
41.27/41.46	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.47	c D: 1
41.27/41.47	c estimatedAdderCost: 21
41.27/41.47	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.48	c D: 1
41.27/41.48	c estimatedAdderCost: 21
41.27/41.48	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.27/41.49	c D: 1
41.27/41.49	c estimatedAdderCost: 21
41.27/41.49	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.50	c D: 1
41.37/41.50	c estimatedAdderCost: 21
41.37/41.50	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.51	c D: 1
41.37/41.51	c estimatedAdderCost: 21
41.37/41.51	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.52	c D: 1
41.37/41.52	c estimatedAdderCost: 21
41.37/41.52	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.53	c D: 1
41.37/41.53	c estimatedAdderCost: 21
41.37/41.53	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.54	c D: 1
41.37/41.54	c estimatedAdderCost: 21
41.37/41.54	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.55	c D: 1
41.37/41.55	c estimatedAdderCost: 21
41.37/41.55	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.56	c D: 1
41.37/41.56	c estimatedAdderCost: 21
41.37/41.56	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.57	c D: 1
41.37/41.57	c estimatedAdderCost: 21
41.37/41.57	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.58	c D: 1
41.37/41.58	c estimatedAdderCost: 21
41.37/41.58	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.37/41.59	c D: 1
41.37/41.59	c estimatedAdderCost: 21
41.37/41.59	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.60	c D: 1
41.46/41.60	c estimatedAdderCost: 21
41.46/41.60	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.61	c D: 1
41.46/41.61	c estimatedAdderCost: 21
41.46/41.61	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.62	c D: 1
41.46/41.62	c estimatedAdderCost: 21
41.46/41.62	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.63	c D: 1
41.46/41.63	c estimatedAdderCost: 21
41.46/41.63	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.64	c D: 1
41.46/41.64	c estimatedAdderCost: 21
41.46/41.64	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.65	c D: 1
41.46/41.65	c estimatedAdderCost: 21
41.46/41.65	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.66	c D: 1
41.46/41.66	c estimatedAdderCost: 21
41.46/41.66	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.67	c D: 1
41.46/41.67	c estimatedAdderCost: 21
41.46/41.67	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.68	c D: 1
41.46/41.68	c estimatedAdderCost: 21
41.46/41.68	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.69	c D: 1
41.46/41.69	c estimatedAdderCost: 21
41.46/41.69	c Try to convert by bdds
41.46/41.70	c D: 1
41.46/41.70	c estimatedAdderCost: 21
41.46/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.70	c D: 1
41.56/41.70	c estimatedAdderCost: 21
41.56/41.70	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.71	c D: 1
41.56/41.71	c estimatedAdderCost: 21
41.56/41.71	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.72	c D: 1
41.56/41.72	c estimatedAdderCost: 21
41.56/41.72	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.73	c D: 1
41.56/41.73	c estimatedAdderCost: 21
41.56/41.73	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.74	c D: 1
41.56/41.74	c estimatedAdderCost: 21
41.56/41.74	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.75	c D: 1
41.56/41.75	c estimatedAdderCost: 21
41.56/41.75	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.76	c D: 1
41.56/41.76	c estimatedAdderCost: 21
41.56/41.76	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.77	c D: 1
41.56/41.77	c estimatedAdderCost: 21
41.56/41.77	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.78	c D: 1
41.56/41.78	c estimatedAdderCost: 21
41.56/41.78	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.56/41.79	c D: 1
41.56/41.79	c estimatedAdderCost: 21
41.56/41.79	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.80	c D: 1
41.66/41.80	c estimatedAdderCost: 21
41.66/41.80	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.81	c D: 1
41.66/41.81	c estimatedAdderCost: 21
41.66/41.81	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.82	c D: 1
41.66/41.82	c estimatedAdderCost: 21
41.66/41.82	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.83	c D: 1
41.66/41.83	c estimatedAdderCost: 21
41.66/41.83	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.84	c D: 1
41.66/41.84	c estimatedAdderCost: 21
41.66/41.84	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.85	c D: 1
41.66/41.85	c estimatedAdderCost: 21
41.66/41.85	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.86	c D: 1
41.66/41.86	c estimatedAdderCost: 21
41.66/41.86	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.87	c D: 1
41.66/41.87	c estimatedAdderCost: 21
41.66/41.87	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.88	c D: 1
41.66/41.88	c estimatedAdderCost: 21
41.66/41.88	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.66/41.89	c D: 1
41.66/41.89	c estimatedAdderCost: 21
41.66/41.89	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.90	c D: 1
41.76/41.90	c estimatedAdderCost: 21
41.76/41.90	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.91	c D: 1
41.76/41.91	c estimatedAdderCost: 21
41.76/41.91	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.92	c D: 1
41.76/41.92	c estimatedAdderCost: 21
41.76/41.92	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.93	c D: 1
41.76/41.93	c estimatedAdderCost: 21
41.76/41.93	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.94	c D: 1
41.76/41.94	c estimatedAdderCost: 21
41.76/41.94	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.95	c D: 1
41.76/41.95	c estimatedAdderCost: 21
41.76/41.95	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.96	c D: 1
41.76/41.96	c estimatedAdderCost: 21
41.76/41.96	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.97	c D: 1
41.76/41.97	c estimatedAdderCost: 21
41.76/41.97	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.98	c D: 1
41.76/41.98	c estimatedAdderCost: 21
41.76/41.98	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/41.99	c D: 1
41.76/41.99	c estimatedAdderCost: 21
41.76/41.99	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.00	c D: 1
41.76/42.00	c estimatedAdderCost: 21
41.76/42.00	c Try to convert by bdds
41.76/42.01	c D: 1
41.76/42.01	c estimatedAdderCost: 21
41.76/42.01	c Try to convert by bdds
41.76/42.01	c D: 1
41.76/42.01	c estimatedAdderCost: 21
41.76/42.01	c Try to convert by bdds
41.76/42.01	c D: 1
41.76/42.01	c estimatedAdderCost: 21
41.76/42.01	c Try to convert by bdds
41.88/42.01	c D: 1
41.88/42.01	c estimatedAdderCost: 21
41.88/42.01	c Try to convert by bdds
41.88/42.01	c D: 1
41.88/42.01	c estimatedAdderCost: 21
41.88/42.01	c Try to convert by bdds
41.88/42.01	c D: 1
41.88/42.01	c estimatedAdderCost: 21
41.88/42.01	c Try to convert by bdds
41.88/42.01	c D: 1
41.88/42.01	c estimatedAdderCost: 21
41.88/42.01	c Try to convert by bdds
41.88/42.01	c D: 1
41.88/42.01	c estimatedAdderCost: 21
41.88/42.01	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.02	c D: 1
41.88/42.02	c estimatedAdderCost: 21
41.88/42.02	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.03	c D: 1
41.88/42.03	c estimatedAdderCost: 21
41.88/42.03	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.04	c D: 1
41.88/42.04	c estimatedAdderCost: 21
41.88/42.04	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.05	c D: 1
41.88/42.05	c estimatedAdderCost: 21
41.88/42.05	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.06	c D: 1
41.88/42.06	c estimatedAdderCost: 21
41.88/42.06	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.07	c D: 1
41.88/42.07	c estimatedAdderCost: 21
41.88/42.07	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.08	c D: 1
41.88/42.08	c estimatedAdderCost: 21
41.88/42.08	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.09	c D: 1
41.88/42.09	c estimatedAdderCost: 21
41.88/42.09	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.10	c D: 1
41.88/42.10	c estimatedAdderCost: 21
41.88/42.10	c Try to convert by bdds
41.88/42.11	c D: 1
41.88/42.11	c estimatedAdderCost: 21
41.88/42.11	c Try to convert by bdds
41.88/42.11	c D: 1
41.88/42.11	c estimatedAdderCost: 21
41.88/42.11	c Try to convert by bdds
41.88/42.11	c D: 1
41.88/42.11	c estimatedAdderCost: 21
41.88/42.11	c Try to convert by bdds
41.88/42.11	c D: 1
41.88/42.11	c estimatedAdderCost: 21
41.88/42.11	c Try to convert by bdds
41.98/42.11	c D: 1
41.98/42.11	c estimatedAdderCost: 21
41.98/42.11	c Try to convert by bdds
41.98/42.11	c D: 1
41.98/42.11	c estimatedAdderCost: 21
41.98/42.11	c Try to convert by bdds
41.98/42.11	c D: 1
41.98/42.11	c estimatedAdderCost: 21
41.98/42.11	c Try to convert by bdds
41.98/42.11	c D: 1
41.98/42.11	c estimatedAdderCost: 21
41.98/42.11	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.12	c D: 1
41.98/42.12	c estimatedAdderCost: 21
41.98/42.12	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.13	c D: 1
41.98/42.13	c estimatedAdderCost: 21
41.98/42.13	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.14	c D: 1
41.98/42.14	c estimatedAdderCost: 21
41.98/42.14	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.15	c D: 1
41.98/42.15	c estimatedAdderCost: 21
41.98/42.15	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.16	c D: 1
41.98/42.16	c estimatedAdderCost: 21
41.98/42.16	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.17	c D: 1
41.98/42.17	c estimatedAdderCost: 21
41.98/42.17	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.18	c D: 1
41.98/42.18	c estimatedAdderCost: 21
41.98/42.18	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
41.98/42.19	c D: 1
41.98/42.19	c estimatedAdderCost: 21
41.98/42.19	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.20	c D: 1
42.06/42.20	c estimatedAdderCost: 21
42.06/42.20	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.21	c D: 1
42.06/42.21	c estimatedAdderCost: 21
42.06/42.21	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.22	c D: 1
42.06/42.22	c estimatedAdderCost: 21
42.06/42.22	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.23	c D: 1
42.06/42.23	c estimatedAdderCost: 21
42.06/42.23	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.24	c D: 1
42.06/42.24	c estimatedAdderCost: 21
42.06/42.24	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.25	c D: 1
42.06/42.25	c estimatedAdderCost: 21
42.06/42.25	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.26	c D: 1
42.06/42.26	c estimatedAdderCost: 21
42.06/42.26	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.27	c D: 1
42.06/42.27	c estimatedAdderCost: 21
42.06/42.27	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.28	c D: 1
42.06/42.28	c estimatedAdderCost: 21
42.06/42.28	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.29	c D: 1
42.06/42.29	c estimatedAdderCost: 21
42.06/42.29	c Try to convert by bdds
42.06/42.30	c D: 1
42.06/42.30	c estimatedAdderCost: 21
42.06/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.30	c D: 1
42.16/42.30	c estimatedAdderCost: 21
42.16/42.30	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.31	c D: 1
42.16/42.31	c estimatedAdderCost: 21
42.16/42.31	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.32	c D: 1
42.16/42.32	c estimatedAdderCost: 21
42.16/42.32	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.33	c D: 1
42.16/42.33	c estimatedAdderCost: 21
42.16/42.33	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.34	c D: 1
42.16/42.34	c estimatedAdderCost: 21
42.16/42.34	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.35	c D: 1
42.16/42.35	c estimatedAdderCost: 21
42.16/42.35	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.36	c D: 1
42.16/42.36	c estimatedAdderCost: 21
42.16/42.36	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.37	c D: 1
42.16/42.37	c estimatedAdderCost: 21
42.16/42.37	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.38	c D: 1
42.16/42.38	c estimatedAdderCost: 21
42.16/42.38	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.16/42.39	c D: 1
42.16/42.39	c estimatedAdderCost: 21
42.16/42.39	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.40	c D: 1
42.26/42.40	c estimatedAdderCost: 21
42.26/42.40	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.41	c D: 1
42.26/42.41	c estimatedAdderCost: 21
42.26/42.41	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.42	c D: 1
42.26/42.42	c estimatedAdderCost: 21
42.26/42.42	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.43	c D: 1
42.26/42.43	c estimatedAdderCost: 21
42.26/42.43	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.44	c D: 1
42.26/42.44	c estimatedAdderCost: 21
42.26/42.44	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.45	c D: 1
42.26/42.45	c estimatedAdderCost: 21
42.26/42.45	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.46	c D: 1
42.26/42.46	c estimatedAdderCost: 21
42.26/42.46	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.47	c D: 1
42.26/42.47	c estimatedAdderCost: 21
42.26/42.47	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.48	c D: 1
42.26/42.48	c estimatedAdderCost: 21
42.26/42.48	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.26/42.49	c D: 1
42.26/42.49	c estimatedAdderCost: 21
42.26/42.49	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.50	c D: 1
42.36/42.50	c estimatedAdderCost: 21
42.36/42.50	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.51	c D: 1
42.36/42.51	c estimatedAdderCost: 21
42.36/42.51	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.52	c D: 1
42.36/42.52	c estimatedAdderCost: 21
42.36/42.52	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.53	c D: 1
42.36/42.53	c estimatedAdderCost: 21
42.36/42.53	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.54	c D: 1
42.36/42.54	c estimatedAdderCost: 21
42.36/42.54	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.55	c D: 1
42.36/42.55	c estimatedAdderCost: 21
42.36/42.55	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.56	c D: 1
42.36/42.56	c estimatedAdderCost: 21
42.36/42.56	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.57	c D: 1
42.36/42.57	c estimatedAdderCost: 21
42.36/42.57	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.58	c D: 1
42.36/42.58	c estimatedAdderCost: 21
42.36/42.58	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.36/42.59	c D: 1
42.36/42.59	c estimatedAdderCost: 21
42.36/42.59	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.60	c D: 1
42.46/42.60	c estimatedAdderCost: 21
42.46/42.60	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.61	c D: 1
42.46/42.61	c estimatedAdderCost: 21
42.46/42.61	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.62	c D: 1
42.46/42.62	c estimatedAdderCost: 21
42.46/42.62	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.63	c D: 1
42.46/42.63	c estimatedAdderCost: 21
42.46/42.63	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.64	c D: 1
42.46/42.64	c estimatedAdderCost: 21
42.46/42.64	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.65	c D: 1
42.46/42.65	c estimatedAdderCost: 21
42.46/42.65	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.66	c D: 1
42.46/42.66	c estimatedAdderCost: 21
42.46/42.66	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.67	c D: 1
42.46/42.67	c estimatedAdderCost: 21
42.46/42.67	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.68	c D: 1
42.46/42.68	c estimatedAdderCost: 21
42.46/42.68	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.46/42.69	c D: 1
42.46/42.69	c estimatedAdderCost: 21
42.46/42.69	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.70	c D: 1
42.56/42.70	c estimatedAdderCost: 21
42.56/42.70	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.71	c D: 1
42.56/42.71	c estimatedAdderCost: 21
42.56/42.71	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.72	c D: 1
42.56/42.72	c estimatedAdderCost: 21
42.56/42.72	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.73	c D: 1
42.56/42.73	c estimatedAdderCost: 21
42.56/42.73	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.74	c D: 1
42.56/42.74	c estimatedAdderCost: 21
42.56/42.74	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.75	c D: 1
42.56/42.75	c estimatedAdderCost: 21
42.56/42.75	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.76	c D: 1
42.56/42.76	c estimatedAdderCost: 21
42.56/42.76	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.77	c D: 1
42.56/42.77	c estimatedAdderCost: 21
42.56/42.77	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.78	c D: 1
42.56/42.78	c estimatedAdderCost: 21
42.56/42.78	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.56/42.79	c D: 1
42.56/42.79	c estimatedAdderCost: 21
42.56/42.79	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.80	c D: 1
42.66/42.80	c estimatedAdderCost: 21
42.66/42.80	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.81	c D: 1
42.66/42.81	c estimatedAdderCost: 21
42.66/42.81	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.82	c D: 1
42.66/42.82	c estimatedAdderCost: 21
42.66/42.82	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.83	c D: 1
42.66/42.83	c estimatedAdderCost: 21
42.66/42.83	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.84	c D: 1
42.66/42.84	c estimatedAdderCost: 21
42.66/42.84	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.85	c D: 1
42.66/42.85	c estimatedAdderCost: 21
42.66/42.85	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.86	c D: 1
42.66/42.86	c estimatedAdderCost: 21
42.66/42.86	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.87	c D: 1
42.66/42.87	c estimatedAdderCost: 21
42.66/42.87	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.88	c D: 1
42.66/42.88	c estimatedAdderCost: 21
42.66/42.88	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.66/42.89	c D: 1
42.66/42.89	c estimatedAdderCost: 21
42.66/42.89	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.90	c D: 1
42.76/42.90	c estimatedAdderCost: 21
42.76/42.90	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.91	c D: 1
42.76/42.91	c estimatedAdderCost: 21
42.76/42.91	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.92	c D: 1
42.76/42.92	c estimatedAdderCost: 21
42.76/42.92	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.93	c D: 1
42.76/42.93	c estimatedAdderCost: 21
42.76/42.93	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.94	c D: 1
42.76/42.94	c estimatedAdderCost: 21
42.76/42.94	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.95	c D: 1
42.76/42.95	c estimatedAdderCost: 21
42.76/42.95	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.96	c D: 1
42.76/42.96	c estimatedAdderCost: 21
42.76/42.96	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.97	c D: 1
42.76/42.97	c estimatedAdderCost: 21
42.76/42.97	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.98	c D: 1
42.76/42.98	c estimatedAdderCost: 21
42.76/42.98	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/42.99	c D: 1
42.76/42.99	c estimatedAdderCost: 21
42.76/42.99	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.00	c D: 1
42.76/43.00	c estimatedAdderCost: 21
42.76/43.00	c Try to convert by bdds
42.76/43.01	c D: 1
42.76/43.01	c estimatedAdderCost: 21
42.76/43.01	c Try to convert by bdds
42.76/43.01	c D: 1
42.76/43.01	c estimatedAdderCost: 21
42.76/43.01	c Try to convert by bdds
42.76/43.01	c D: 1
42.76/43.01	c estimatedAdderCost: 21
42.76/43.01	c Try to convert by bdds
42.87/43.01	c D: 1
42.87/43.01	c estimatedAdderCost: 21
42.87/43.01	c Try to convert by bdds
42.87/43.01	c D: 1
42.87/43.01	c estimatedAdderCost: 21
42.87/43.01	c Try to convert by bdds
42.87/43.01	c D: 1
42.87/43.01	c estimatedAdderCost: 21
42.87/43.01	c Try to convert by bdds
42.87/43.01	c D: 1
42.87/43.01	c estimatedAdderCost: 21
42.87/43.01	c Try to convert by bdds
42.87/43.01	c D: 1
42.87/43.01	c estimatedAdderCost: 21
42.87/43.01	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.02	c D: 1
42.87/43.02	c estimatedAdderCost: 21
42.87/43.02	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.03	c D: 1
42.87/43.03	c estimatedAdderCost: 21
42.87/43.03	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.04	c D: 1
42.87/43.04	c estimatedAdderCost: 21
42.87/43.04	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.05	c D: 1
42.87/43.05	c estimatedAdderCost: 21
42.87/43.05	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.06	c D: 1
42.87/43.06	c estimatedAdderCost: 21
42.87/43.06	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.07	c D: 1
42.87/43.07	c estimatedAdderCost: 21
42.87/43.07	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.08	c D: 1
42.87/43.08	c estimatedAdderCost: 21
42.87/43.08	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.09	c D: 1
42.87/43.09	c estimatedAdderCost: 21
42.87/43.09	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.10	c D: 1
42.87/43.10	c estimatedAdderCost: 21
42.87/43.10	c Try to convert by bdds
42.87/43.11	c D: 1
42.87/43.11	c estimatedAdderCost: 21
42.87/43.11	c Try to convert by bdds
42.87/43.11	c D: 1
42.87/43.11	c estimatedAdderCost: 21
42.87/43.11	c Try to convert by bdds
42.87/43.11	c D: 1
42.87/43.11	c estimatedAdderCost: 21
42.87/43.11	c Try to convert by bdds
42.97/43.11	c D: 1
42.97/43.11	c estimatedAdderCost: 21
42.97/43.11	c Try to convert by bdds
42.97/43.11	c D: 1
42.97/43.11	c estimatedAdderCost: 21
42.97/43.11	c Try to convert by bdds
42.97/43.11	c D: 1
42.97/43.11	c estimatedAdderCost: 21
42.97/43.11	c Try to convert by bdds
42.97/43.11	c D: 1
42.97/43.11	c estimatedAdderCost: 21
42.97/43.11	c Try to convert by bdds
42.97/43.11	c D: 1
42.97/43.11	c estimatedAdderCost: 21
42.97/43.11	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.12	c D: 1
42.97/43.12	c estimatedAdderCost: 21
42.97/43.12	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.13	c D: 1
42.97/43.13	c estimatedAdderCost: 21
42.97/43.13	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.14	c D: 1
42.97/43.14	c estimatedAdderCost: 21
42.97/43.14	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.15	c D: 1
42.97/43.15	c estimatedAdderCost: 21
42.97/43.15	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.16	c D: 1
42.97/43.16	c estimatedAdderCost: 21
42.97/43.16	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.17	c D: 1
42.97/43.17	c estimatedAdderCost: 21
42.97/43.17	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.18	c D: 1
42.97/43.18	c estimatedAdderCost: 21
42.97/43.18	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
42.97/43.19	c D: 1
42.97/43.19	c estimatedAdderCost: 21
42.97/43.19	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.20	c D: 1
43.06/43.20	c estimatedAdderCost: 21
43.06/43.20	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.21	c D: 1
43.06/43.21	c estimatedAdderCost: 21
43.06/43.21	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.22	c D: 1
43.06/43.22	c estimatedAdderCost: 21
43.06/43.22	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.23	c D: 1
43.06/43.23	c estimatedAdderCost: 21
43.06/43.23	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.24	c D: 1
43.06/43.24	c estimatedAdderCost: 21
43.06/43.24	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.25	c D: 1
43.06/43.25	c estimatedAdderCost: 21
43.06/43.25	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.26	c D: 1
43.06/43.26	c estimatedAdderCost: 21
43.06/43.26	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.27	c D: 1
43.06/43.27	c estimatedAdderCost: 21
43.06/43.27	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.28	c D: 1
43.06/43.28	c estimatedAdderCost: 21
43.06/43.28	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.06/43.29	c D: 1
43.06/43.29	c estimatedAdderCost: 21
43.06/43.29	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.30	c D: 1
43.16/43.30	c estimatedAdderCost: 21
43.16/43.30	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.31	c D: 1
43.16/43.31	c estimatedAdderCost: 21
43.16/43.31	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.32	c D: 1
43.16/43.32	c estimatedAdderCost: 21
43.16/43.32	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.33	c D: 1
43.16/43.33	c estimatedAdderCost: 21
43.16/43.33	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.34	c D: 1
43.16/43.34	c estimatedAdderCost: 21
43.16/43.34	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.35	c D: 1
43.16/43.35	c estimatedAdderCost: 21
43.16/43.35	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.36	c D: 1
43.16/43.36	c estimatedAdderCost: 21
43.16/43.36	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.37	c D: 1
43.16/43.37	c estimatedAdderCost: 21
43.16/43.37	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.38	c D: 1
43.16/43.38	c estimatedAdderCost: 21
43.16/43.38	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.16/43.39	c D: 1
43.16/43.39	c estimatedAdderCost: 21
43.16/43.39	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.40	c D: 1
43.26/43.40	c estimatedAdderCost: 21
43.26/43.40	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.41	c D: 1
43.26/43.41	c estimatedAdderCost: 21
43.26/43.41	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.42	c D: 1
43.26/43.42	c estimatedAdderCost: 21
43.26/43.42	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.43	c D: 1
43.26/43.43	c estimatedAdderCost: 21
43.26/43.43	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.44	c D: 1
43.26/43.44	c estimatedAdderCost: 21
43.26/43.44	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.45	c D: 1
43.26/43.45	c estimatedAdderCost: 21
43.26/43.45	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.46	c D: 1
43.26/43.46	c estimatedAdderCost: 21
43.26/43.46	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.47	c D: 1
43.26/43.47	c estimatedAdderCost: 21
43.26/43.47	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.48	c D: 1
43.26/43.48	c estimatedAdderCost: 21
43.26/43.48	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.26/43.49	c D: 1
43.26/43.49	c estimatedAdderCost: 21
43.26/43.49	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.50	c D: 1
43.36/43.50	c estimatedAdderCost: 21
43.36/43.50	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.51	c D: 1
43.36/43.51	c estimatedAdderCost: 21
43.36/43.51	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.52	c D: 1
43.36/43.52	c estimatedAdderCost: 21
43.36/43.52	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.53	c D: 1
43.36/43.53	c estimatedAdderCost: 21
43.36/43.53	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.54	c D: 1
43.36/43.54	c estimatedAdderCost: 21
43.36/43.54	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.55	c D: 1
43.36/43.55	c estimatedAdderCost: 21
43.36/43.55	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.56	c D: 1
43.36/43.56	c estimatedAdderCost: 21
43.36/43.56	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.57	c D: 1
43.36/43.57	c estimatedAdderCost: 21
43.36/43.57	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.58	c D: 1
43.36/43.58	c estimatedAdderCost: 21
43.36/43.58	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.59	c D: 1
43.36/43.59	c estimatedAdderCost: 21
43.36/43.59	c Try to convert by bdds
43.36/43.60	c D: 1
43.36/43.60	c estimatedAdderCost: 21
43.36/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.60	c D: 1
43.46/43.60	c estimatedAdderCost: 21
43.46/43.60	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.61	c D: 1
43.46/43.61	c estimatedAdderCost: 21
43.46/43.61	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.62	c D: 1
43.46/43.62	c estimatedAdderCost: 21
43.46/43.62	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.63	c D: 1
43.46/43.63	c estimatedAdderCost: 21
43.46/43.63	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.64	c D: 1
43.46/43.64	c estimatedAdderCost: 21
43.46/43.64	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.65	c D: 1
43.46/43.65	c estimatedAdderCost: 21
43.46/43.65	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.66	c D: 1
43.46/43.66	c estimatedAdderCost: 21
43.46/43.66	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.67	c D: 1
43.46/43.67	c estimatedAdderCost: 21
43.46/43.67	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.68	c D: 1
43.46/43.68	c estimatedAdderCost: 21
43.46/43.68	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.69	c D: 1
43.46/43.69	c estimatedAdderCost: 21
43.46/43.69	c Try to convert by bdds
43.46/43.70	c D: 1
43.46/43.70	c estimatedAdderCost: 21
43.46/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.70	c D: 1
43.56/43.70	c estimatedAdderCost: 21
43.56/43.70	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.71	c D: 1
43.56/43.71	c estimatedAdderCost: 21
43.56/43.71	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.72	c D: 1
43.56/43.72	c estimatedAdderCost: 21
43.56/43.72	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.73	c D: 1
43.56/43.73	c estimatedAdderCost: 21
43.56/43.73	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.74	c D: 1
43.56/43.74	c estimatedAdderCost: 21
43.56/43.74	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.75	c D: 1
43.56/43.75	c estimatedAdderCost: 21
43.56/43.75	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.76	c D: 1
43.56/43.76	c estimatedAdderCost: 21
43.56/43.76	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.77	c D: 1
43.56/43.77	c estimatedAdderCost: 21
43.56/43.77	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.78	c D: 1
43.56/43.78	c estimatedAdderCost: 21
43.56/43.78	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.56/43.79	c D: 1
43.56/43.79	c estimatedAdderCost: 21
43.56/43.79	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.80	c D: 1
43.66/43.80	c estimatedAdderCost: 21
43.66/43.80	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.66/43.81	c D: 1
43.66/43.81	c estimatedAdderCost: 21
43.66/43.81	c Try to convert by bdds
43.97/44.15	c D: 1
43.97/44.15	c estimatedAdderCost: 21
43.97/44.15	c Try to convert by bdds
43.97/44.15	c D: 1
43.97/44.15	c estimatedAdderCost: 21
43.97/44.15	c Try to convert by bdds
43.97/44.15	c D: 1
43.97/44.15	c estimatedAdderCost: 21
43.97/44.15	c Try to convert by bdds
43.97/44.15	c D: 1
43.97/44.15	c estimatedAdderCost: 21
43.97/44.15	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.16	c D: 1
43.97/44.16	c estimatedAdderCost: 21
43.97/44.16	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.17	c D: 1
43.97/44.17	c estimatedAdderCost: 21
43.97/44.17	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.18	c D: 1
43.97/44.18	c estimatedAdderCost: 21
43.97/44.18	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.19	c D: 1
43.97/44.19	c estimatedAdderCost: 21
43.97/44.19	c Try to convert by bdds
43.97/44.20	c D: 1
43.97/44.20	c estimatedAdderCost: 21
43.97/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.20	c D: 1
44.06/44.20	c estimatedAdderCost: 21
44.06/44.20	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.21	c D: 1
44.06/44.21	c estimatedAdderCost: 21
44.06/44.21	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.22	c D: 1
44.06/44.22	c estimatedAdderCost: 21
44.06/44.22	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.23	c D: 1
44.06/44.23	c estimatedAdderCost: 21
44.06/44.23	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.24	c D: 1
44.06/44.24	c estimatedAdderCost: 21
44.06/44.24	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.25	c D: 1
44.06/44.25	c estimatedAdderCost: 21
44.06/44.25	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.26	c D: 1
44.06/44.26	c estimatedAdderCost: 21
44.06/44.26	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.27	c D: 1
44.06/44.27	c estimatedAdderCost: 21
44.06/44.27	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.28	c D: 1
44.06/44.28	c estimatedAdderCost: 21
44.06/44.28	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.06/44.29	c D: 1
44.06/44.29	c estimatedAdderCost: 21
44.06/44.29	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.30	c D: 1
44.16/44.30	c estimatedAdderCost: 21
44.16/44.30	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.31	c D: 1
44.16/44.31	c estimatedAdderCost: 21
44.16/44.31	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.32	c D: 1
44.16/44.32	c estimatedAdderCost: 21
44.16/44.32	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.33	c D: 1
44.16/44.33	c estimatedAdderCost: 21
44.16/44.33	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.34	c D: 1
44.16/44.34	c estimatedAdderCost: 21
44.16/44.34	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.35	c D: 1
44.16/44.35	c estimatedAdderCost: 21
44.16/44.35	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.36	c D: 1
44.16/44.36	c estimatedAdderCost: 21
44.16/44.36	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.37	c D: 1
44.16/44.37	c estimatedAdderCost: 21
44.16/44.37	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.38	c D: 1
44.16/44.38	c estimatedAdderCost: 21
44.16/44.38	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.16/44.39	c D: 1
44.16/44.39	c estimatedAdderCost: 21
44.16/44.39	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.40	c D: 1
44.26/44.40	c estimatedAdderCost: 21
44.26/44.40	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.41	c D: 1
44.26/44.41	c estimatedAdderCost: 21
44.26/44.41	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.42	c D: 1
44.26/44.42	c estimatedAdderCost: 21
44.26/44.42	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.43	c D: 1
44.26/44.43	c estimatedAdderCost: 21
44.26/44.43	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.44	c D: 1
44.26/44.44	c estimatedAdderCost: 21
44.26/44.44	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.45	c D: 1
44.26/44.45	c estimatedAdderCost: 21
44.26/44.45	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.46	c D: 1
44.26/44.46	c estimatedAdderCost: 21
44.26/44.46	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.47	c D: 1
44.26/44.47	c estimatedAdderCost: 21
44.26/44.47	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.48	c D: 1
44.26/44.48	c estimatedAdderCost: 21
44.26/44.48	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.26/44.49	c D: 1
44.26/44.49	c estimatedAdderCost: 21
44.26/44.49	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.50	c D: 1
44.36/44.50	c estimatedAdderCost: 21
44.36/44.50	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.51	c D: 1
44.36/44.51	c estimatedAdderCost: 21
44.36/44.51	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.52	c D: 1
44.36/44.52	c estimatedAdderCost: 21
44.36/44.52	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.53	c D: 1
44.36/44.53	c estimatedAdderCost: 21
44.36/44.53	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.54	c D: 1
44.36/44.54	c estimatedAdderCost: 21
44.36/44.54	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.55	c D: 1
44.36/44.55	c estimatedAdderCost: 21
44.36/44.55	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.56	c D: 1
44.36/44.56	c estimatedAdderCost: 21
44.36/44.56	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.57	c D: 1
44.36/44.57	c estimatedAdderCost: 21
44.36/44.57	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.58	c D: 1
44.36/44.58	c estimatedAdderCost: 21
44.36/44.58	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.36/44.59	c D: 1
44.36/44.59	c estimatedAdderCost: 21
44.36/44.59	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.60	c D: 1
44.46/44.60	c estimatedAdderCost: 21
44.46/44.60	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.61	c D: 1
44.46/44.61	c estimatedAdderCost: 21
44.46/44.61	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.62	c D: 1
44.46/44.62	c estimatedAdderCost: 21
44.46/44.62	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.63	c D: 1
44.46/44.63	c estimatedAdderCost: 21
44.46/44.63	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.64	c D: 1
44.46/44.64	c estimatedAdderCost: 21
44.46/44.64	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.65	c D: 1
44.46/44.65	c estimatedAdderCost: 21
44.46/44.65	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.66	c D: 1
44.46/44.66	c estimatedAdderCost: 21
44.46/44.66	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.67	c D: 1
44.46/44.67	c estimatedAdderCost: 21
44.46/44.67	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.68	c D: 1
44.46/44.68	c estimatedAdderCost: 21
44.46/44.68	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.46/44.69	c D: 1
44.46/44.69	c estimatedAdderCost: 21
44.46/44.69	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.70	c D: 1
44.56/44.70	c estimatedAdderCost: 21
44.56/44.70	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.71	c D: 1
44.56/44.71	c estimatedAdderCost: 21
44.56/44.71	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.72	c D: 1
44.56/44.72	c estimatedAdderCost: 21
44.56/44.72	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.73	c D: 1
44.56/44.73	c estimatedAdderCost: 21
44.56/44.73	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.74	c D: 1
44.56/44.74	c estimatedAdderCost: 21
44.56/44.74	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.75	c D: 1
44.56/44.75	c estimatedAdderCost: 21
44.56/44.75	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.76	c D: 1
44.56/44.76	c estimatedAdderCost: 21
44.56/44.76	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.77	c D: 1
44.56/44.77	c estimatedAdderCost: 21
44.56/44.77	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.78	c D: 1
44.56/44.78	c estimatedAdderCost: 21
44.56/44.78	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.56/44.79	c D: 1
44.56/44.79	c estimatedAdderCost: 21
44.56/44.79	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.80	c D: 1
44.66/44.80	c estimatedAdderCost: 21
44.66/44.80	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.81	c D: 1
44.66/44.81	c estimatedAdderCost: 21
44.66/44.81	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.82	c D: 1
44.66/44.82	c estimatedAdderCost: 21
44.66/44.82	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.83	c D: 1
44.66/44.83	c estimatedAdderCost: 21
44.66/44.83	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.84	c D: 1
44.66/44.84	c estimatedAdderCost: 21
44.66/44.84	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.85	c D: 1
44.66/44.85	c estimatedAdderCost: 21
44.66/44.85	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.86	c D: 1
44.66/44.86	c estimatedAdderCost: 21
44.66/44.86	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.87	c D: 1
44.66/44.87	c estimatedAdderCost: 21
44.66/44.87	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.88	c D: 1
44.66/44.88	c estimatedAdderCost: 21
44.66/44.88	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.89	c D: 1
44.66/44.89	c estimatedAdderCost: 21
44.66/44.89	c Try to convert by bdds
44.66/44.90	c D: 1
44.66/44.90	c estimatedAdderCost: 21
44.66/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.90	c D: 1
44.76/44.90	c estimatedAdderCost: 21
44.76/44.90	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.91	c D: 1
44.76/44.91	c estimatedAdderCost: 21
44.76/44.91	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.92	c D: 1
44.76/44.92	c estimatedAdderCost: 21
44.76/44.92	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.93	c D: 1
44.76/44.93	c estimatedAdderCost: 21
44.76/44.93	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.94	c D: 1
44.76/44.94	c estimatedAdderCost: 21
44.76/44.94	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.95	c D: 1
44.76/44.95	c estimatedAdderCost: 21
44.76/44.95	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.96	c D: 1
44.76/44.96	c estimatedAdderCost: 21
44.76/44.96	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.97	c D: 1
44.76/44.97	c estimatedAdderCost: 21
44.76/44.97	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.98	c D: 1
44.76/44.98	c estimatedAdderCost: 21
44.76/44.98	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/44.99	c D: 1
44.76/44.99	c estimatedAdderCost: 21
44.76/44.99	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.00	c D: 1
44.76/45.00	c estimatedAdderCost: 21
44.76/45.00	c Try to convert by bdds
44.76/45.01	c D: 1
44.76/45.01	c estimatedAdderCost: 21
44.76/45.01	c Try to convert by bdds
44.76/45.01	c D: 1
44.76/45.01	c estimatedAdderCost: 21
44.76/45.01	c Try to convert by bdds
44.76/45.01	c D: 1
44.76/45.01	c estimatedAdderCost: 21
44.76/45.01	c Try to convert by bdds
44.87/45.01	c D: 1
44.87/45.01	c estimatedAdderCost: 21
44.87/45.01	c Try to convert by bdds
44.87/45.01	c D: 1
44.87/45.01	c estimatedAdderCost: 21
44.87/45.01	c Try to convert by bdds
44.87/45.01	c D: 1
44.87/45.01	c estimatedAdderCost: 21
44.87/45.01	c Try to convert by bdds
44.87/45.01	c D: 1
44.87/45.01	c estimatedAdderCost: 21
44.87/45.01	c Try to convert by bdds
44.87/45.01	c D: 1
44.87/45.01	c estimatedAdderCost: 21
44.87/45.01	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.02	c D: 1
44.87/45.02	c estimatedAdderCost: 21
44.87/45.02	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.03	c D: 1
44.87/45.03	c estimatedAdderCost: 21
44.87/45.03	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.04	c D: 1
44.87/45.04	c estimatedAdderCost: 21
44.87/45.04	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.05	c D: 1
44.87/45.05	c estimatedAdderCost: 21
44.87/45.05	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.06	c D: 1
44.87/45.06	c estimatedAdderCost: 21
44.87/45.06	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.07	c D: 1
44.87/45.07	c estimatedAdderCost: 21
44.87/45.07	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.08	c D: 1
44.87/45.08	c estimatedAdderCost: 21
44.87/45.08	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.09	c D: 1
44.87/45.09	c estimatedAdderCost: 21
44.87/45.09	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.10	c D: 1
44.87/45.10	c estimatedAdderCost: 21
44.87/45.10	c Try to convert by bdds
44.87/45.11	c D: 1
44.87/45.11	c estimatedAdderCost: 21
44.87/45.11	c Try to convert by bdds
44.87/45.11	c D: 1
44.87/45.11	c estimatedAdderCost: 21
44.87/45.11	c Try to convert by bdds
44.87/45.11	c D: 1
44.87/45.11	c estimatedAdderCost: 21
44.87/45.11	c Try to convert by bdds
44.97/45.11	c D: 1
44.97/45.11	c estimatedAdderCost: 21
44.97/45.11	c Try to convert by bdds
44.97/45.11	c D: 1
44.97/45.11	c estimatedAdderCost: 21
44.97/45.11	c Try to convert by bdds
44.97/45.11	c D: 1
44.97/45.11	c estimatedAdderCost: 21
44.97/45.11	c Try to convert by bdds
44.97/45.11	c D: 1
44.97/45.11	c estimatedAdderCost: 21
44.97/45.11	c Try to convert by bdds
44.97/45.11	c D: 1
44.97/45.11	c estimatedAdderCost: 21
44.97/45.11	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.12	c D: 1
44.97/45.12	c estimatedAdderCost: 21
44.97/45.12	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.13	c D: 1
44.97/45.13	c estimatedAdderCost: 21
44.97/45.13	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.14	c D: 1
44.97/45.14	c estimatedAdderCost: 21
44.97/45.14	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.15	c D: 1
44.97/45.15	c estimatedAdderCost: 21
44.97/45.15	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.16	c D: 1
44.97/45.16	c estimatedAdderCost: 21
44.97/45.16	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.17	c D: 1
44.97/45.17	c estimatedAdderCost: 21
44.97/45.17	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.18	c D: 1
44.97/45.18	c estimatedAdderCost: 21
44.97/45.18	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
44.97/45.19	c D: 1
44.97/45.19	c estimatedAdderCost: 21
44.97/45.19	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.20	c D: 1
45.06/45.20	c estimatedAdderCost: 21
45.06/45.20	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.21	c D: 1
45.06/45.21	c estimatedAdderCost: 21
45.06/45.21	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.22	c D: 1
45.06/45.22	c estimatedAdderCost: 21
45.06/45.22	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.23	c D: 1
45.06/45.23	c estimatedAdderCost: 21
45.06/45.23	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.24	c D: 1
45.06/45.24	c estimatedAdderCost: 21
45.06/45.24	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.25	c D: 1
45.06/45.25	c estimatedAdderCost: 21
45.06/45.25	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.26	c D: 1
45.06/45.26	c estimatedAdderCost: 21
45.06/45.26	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.27	c D: 1
45.06/45.27	c estimatedAdderCost: 21
45.06/45.27	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.28	c D: 1
45.06/45.28	c estimatedAdderCost: 21
45.06/45.28	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.06/45.29	c D: 1
45.06/45.29	c estimatedAdderCost: 21
45.06/45.29	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.30	c D: 1
45.16/45.30	c estimatedAdderCost: 21
45.16/45.30	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.31	c D: 1
45.16/45.31	c estimatedAdderCost: 21
45.16/45.31	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.32	c D: 1
45.16/45.32	c estimatedAdderCost: 21
45.16/45.32	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.33	c D: 1
45.16/45.33	c estimatedAdderCost: 21
45.16/45.33	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.34	c D: 1
45.16/45.34	c estimatedAdderCost: 21
45.16/45.34	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.35	c D: 1
45.16/45.35	c estimatedAdderCost: 21
45.16/45.35	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.36	c D: 1
45.16/45.36	c estimatedAdderCost: 21
45.16/45.36	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.37	c D: 1
45.16/45.37	c estimatedAdderCost: 21
45.16/45.37	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.38	c D: 1
45.16/45.38	c estimatedAdderCost: 21
45.16/45.38	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.16/45.39	c D: 1
45.16/45.39	c estimatedAdderCost: 21
45.16/45.39	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.40	c D: 1
45.26/45.40	c estimatedAdderCost: 21
45.26/45.40	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.41	c D: 1
45.26/45.41	c estimatedAdderCost: 21
45.26/45.41	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.42	c D: 1
45.26/45.42	c estimatedAdderCost: 21
45.26/45.42	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.43	c D: 1
45.26/45.43	c estimatedAdderCost: 21
45.26/45.43	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.44	c D: 1
45.26/45.44	c estimatedAdderCost: 21
45.26/45.44	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.45	c D: 1
45.26/45.45	c estimatedAdderCost: 21
45.26/45.45	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.46	c D: 1
45.26/45.46	c estimatedAdderCost: 21
45.26/45.46	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.47	c D: 1
45.26/45.47	c estimatedAdderCost: 21
45.26/45.47	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.48	c D: 1
45.26/45.48	c estimatedAdderCost: 21
45.26/45.48	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.26/45.49	c D: 1
45.26/45.49	c estimatedAdderCost: 21
45.26/45.49	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.50	c D: 1
45.36/45.50	c estimatedAdderCost: 21
45.36/45.50	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.51	c D: 1
45.36/45.51	c estimatedAdderCost: 21
45.36/45.51	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.52	c D: 1
45.36/45.52	c estimatedAdderCost: 21
45.36/45.52	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.53	c D: 1
45.36/45.53	c estimatedAdderCost: 21
45.36/45.53	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.54	c D: 1
45.36/45.54	c estimatedAdderCost: 21
45.36/45.54	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.55	c D: 1
45.36/45.55	c estimatedAdderCost: 21
45.36/45.55	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.56	c D: 1
45.36/45.56	c estimatedAdderCost: 21
45.36/45.56	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.57	c D: 1
45.36/45.57	c estimatedAdderCost: 21
45.36/45.57	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.58	c D: 1
45.36/45.58	c estimatedAdderCost: 21
45.36/45.58	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.36/45.59	c D: 1
45.36/45.59	c estimatedAdderCost: 21
45.36/45.59	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.60	c D: 1
45.45/45.60	c estimatedAdderCost: 21
45.45/45.60	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.61	c D: 1
45.45/45.61	c estimatedAdderCost: 21
45.45/45.61	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.62	c D: 1
45.45/45.62	c estimatedAdderCost: 21
45.45/45.62	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.63	c D: 1
45.45/45.63	c estimatedAdderCost: 21
45.45/45.63	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.64	c D: 1
45.45/45.64	c estimatedAdderCost: 21
45.45/45.64	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.65	c D: 1
45.45/45.65	c estimatedAdderCost: 21
45.45/45.65	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.66	c D: 1
45.45/45.66	c estimatedAdderCost: 21
45.45/45.66	c Try to convert by bdds
45.45/45.67	c D: 1
45.45/45.67	c estimatedAdderCost: 21
45.45/45.67	c Try to convert by bdds
45.45/45.67	c D: 1
45.45/45.67	c estimatedAdderCost: 21
45.45/45.67	c Try to convert by bdds
45.45/45.67	c D: 1
45.45/45.67	c estimatedAdderCost: 21
45.45/45.67	c Try to convert by bdds
45.45/45.67	c D: 1
45.45/45.67	c estimatedAdderCost: 21
45.45/45.67	c Try to convert by bdds
45.45/45.67	c D: 1
45.45/45.67	c 
50.63/50.80	c pb_solver_status: sst_unknown
50.63/50.86	c total stages of optimization mode: 1
50.63/50.86	c Use UB found in presolve
50.63/50.86	c LB updated by evalGoalLB to 0
50.63/50.87	c minimizationMode: cmm_First_solve
50.63/50.87	c goal coeffs: 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 
50.73/50.92	c assumptions: 
50.73/50.92	c invoking solver with time budget: 5.000000
66.18/66.40	c sat_solver_result: sst_unknown
66.18/66.40	c SAT solver timed out; proceeding to cooperative SCIP call
66.18/66.40	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998481
66.18/66.40	c scip solving with time budget: 7.000000
66.18/66.40	c solveScip
66.18/66.40	c initScipForCoop
66.18/66.40	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
66.18/66.45	c presolving:
66.38/66.61	c    (0.2s) running MILP presolver
66.48/66.76	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
66.58/66.88	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
66.79/67.02	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
66.89/67.11	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
66.89/67.11	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
67.48/67.78	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
67.48/67.78	c    (1.4s) probing aborted: 50/50 successive totally useless probings
67.79/68.08	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
67.89/68.17	c    (1.8s) no symmetry present (symcode time: 0.03)
67.97/68.20	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
67.97/68.20	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
67.97/68.20	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
67.97/68.20	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
67.97/68.20	c   24806 constraints of type <knapsack>
67.97/68.20	c     634 constraints of type <setppc>
67.97/68.20	c     316 constraints of type <logicor>
67.97/68.20	c transformed objective value is always integral (scale: 1)
67.97/68.20	c Presolving Time: 1.75
67.97/68.20	c 
68.67/68.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.67/68.95	c   2.6s|     1 |     0 |   980 |     - |   754M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
69.17/69.48	c   3.1s|     1 |     0 |  2456 |     - |   758M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
69.78/70.08	c   3.7s|     1 |     0 |  2596 |     - |   760M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
70.16/70.45	c   4.0s|     1 |     0 |  2760 |     - |   760M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
70.56/70.82	c   4.4s|     1 |     0 |  2972 |     - |   760M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
70.96/71.22	c   4.8s|     1 |     0 |  3128 |     - |   761M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
71.26/71.59	c   5.2s|     1 |     0 |  3285 |     - |   763M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
71.66/71.94	c   5.5s|     1 |     0 |  3418 |     - |   766M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
72.05/72.34	c   5.9s|     1 |     0 |  3570 |     - |   770M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
72.45/72.73	c   6.3s|     1 |     0 |  3690 |     - |   772M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
72.87/73.12	c   6.7s|     1 |     0 |  3813 |     - |   777M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
73.06/73.38	c   7.0s|     1 |     0 |  3907 |     - |   777M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
73.16/73.40	c 
73.16/73.40	c SCIP Status        : solving was interrupted [time limit reached]
73.16/73.40	c Solving Time (sec) : 7.00
73.16/73.40	c Solving Nodes      : 1
73.16/73.40	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
73.16/73.40	c Dual Bound         : -3.69962417598372e+04
73.16/73.40	c Gap                : infinite
73.16/73.40	c SCIP status: 23 (TIMELIMIT)
73.16/73.40	c pb_solver_status: sst_unknown
73.16/73.40	c LB_goalvalue: 0
73.16/73.40	c UB_goalvalue: 70998481
73.16/73.40	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=14.000000
73.16/73.40	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
73.16/73.40	c SCIP returned: sst_unknown
73.16/73.40	c SCIP primal LB: -oo, dual UB: 70998500
73.16/73.40	c assumptions: 
73.16/73.40	c invoking solver with time budget: 10.000000
83.11/83.44	c sat_solver_result: sst_unknown
83.11/83.44	c SAT solver timed out; proceeding to cooperative SCIP call
83.11/83.44	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998481
83.11/83.44	c scip solving with time budget: 14.000000
83.11/83.44	c solveScip
83.11/83.44	c initScipForCoop
83.11/83.44	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
83.11/83.44	c SCIPfreeTransform due to timeout and having shadow nodes
83.11/83.44	c forcing SCIPfreeTransform before solve
83.22/83.60	c Running SCIP presolve for solve-time propagation (rounds=3)
83.32/83.65	c presolving:
83.52/83.81	c    (0.2s) running MILP presolver
83.62/83.95	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
83.73/84.06	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
83.83/84.19	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
84.61/84.93	c    (1.3s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
84.61/84.93	c    (1.3s) probing aborted: 50/50 successive totally useless probings
84.91/85.24	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
84.91/85.24	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
84.91/85.24	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
84.91/85.24	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
84.91/85.24	c   24964 constraints of type <knapsack>
84.91/85.24	c     634 constraints of type <setppc>
84.91/85.24	c     158 constraints of type <logicor>
84.91/85.24	c transformed objective value is always integral (scale: 1)
84.91/85.24	c Presolving Time: 1.60
85.01/85.34	c presolving:
85.21/85.51	c    (0.2s) running MILP presolver
85.31/85.65	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
85.41/85.77	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
85.61/85.90	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
85.61/86.00	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
85.61/86.00	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
86.31/86.66	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
86.31/86.66	c    (1.4s) probing aborted: 50/50 successive totally useless probings
86.61/86.97	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
86.72/87.05	c    (1.8s) no symmetry present (symcode time: 0.03)
86.72/87.08	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
86.72/87.08	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
86.72/87.08	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
86.72/87.08	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
86.72/87.08	c   24806 constraints of type <knapsack>
86.72/87.08	c     634 constraints of type <setppc>
86.72/87.08	c     316 constraints of type <logicor>
86.72/87.08	c transformed objective value is always integral (scale: 1)
86.72/87.08	c Presolving Time: 1.74
86.72/87.08	c 
87.50/87.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.50/87.85	c   2.6s|     1 |     0 |   980 |     - |   765M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
88.00/88.38	c   3.1s|     1 |     0 |  2456 |     - |   768M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
88.60/88.98	c   3.7s|     1 |     0 |  2596 |     - |   769M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
88.99/89.36	c   4.1s|     1 |     0 |  2760 |     - |   769M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
89.39/89.73	c   4.4s|     1 |     0 |  2972 |     - |   769M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
89.81/90.14	c   4.8s|     1 |     0 |  3128 |     - |   769M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
90.19/90.51	c   5.2s|     1 |     0 |  3285 |     - |   771M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
90.49/90.86	c   5.6s|     1 |     0 |  3418 |     - |   773M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
90.89/91.26	c   6.0s|     1 |     0 |  3570 |     - |   775M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
91.29/91.65	c   6.4s|     1 |     0 |  3690 |     - |   776M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
91.70/92.05	c   6.8s|     1 |     0 |  3813 |     - |   778M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
91.98/92.31	c   7.0s|     1 |     0 |  3907 |     - |   778M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
92.28/92.60	c   7.3s|     1 |     0 |  4031 |     - |   778M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
92.48/92.83	c   7.5s|     1 |     0 |  4148 |     - |   780M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
92.69/93.08	c   7.8s|     1 |     0 |  4250 |     - |   780M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
92.98/93.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.98/93.32	c   8.0s|     1 |     0 |  4364 |     - |   780M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
93.18/93.58	c   8.3s|     1 |     0 |  4469 |     - |   780M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
93.48/93.86	c   8.6s|     1 |     0 |  4559 |     - |   780M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
93.69/94.09	c   8.8s|     1 |     0 |  4649 |     - |   780M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
93.97/94.39	c   9.1s|     1 |     0 |  4732 |     - |   780M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
94.27/94.68	c   9.4s|     1 |     0 |  4833 |     - |   781M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
94.47/94.89	c   9.6s|     1 |     0 |  4888 |     - |   781M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
94.79/95.15	c   9.9s|     1 |     0 |  4940 |     - |   781M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
94.97/95.38	c  10.1s|     1 |     0 |  5014 |     - |   781M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
98.96/99.32	c  14.0s|     1 |     2 |  6062 |     - |   785M |   0 |  26k|  26k|  26k|1320 | 23 | 524 |   0 |-3.701526e+04 |      --      |    Inf | unknown
98.96/99.32	c 
98.96/99.32	c SCIP Status        : solving was interrupted [time limit reached]
98.96/99.32	c Solving Time (sec) : 14.03
98.96/99.32	c Solving Nodes      : 1
98.96/99.32	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
98.96/99.32	c Dual Bound         : -3.70152624005087e+04
98.96/99.32	c Gap                : infinite
98.96/99.32	c SCIP status: 23 (TIMELIMIT)
98.96/99.32	c solveScip: freeing transform (!can_skip_free_transform)
99.06/99.48	c pb_solver_status: sst_unknown
99.06/99.48	c LB_goalvalue: 0
99.06/99.48	c UB_goalvalue: 70998481
99.06/99.48	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=28.000000
99.06/99.48	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
99.06/99.48	c SCIP returned: sst_unknown
99.06/99.48	c SCIP primal LB: -oo, dual UB: 70998481
99.06/99.48	c assumptions: 
99.06/99.48	c invoking solver with time budget: 20.000000
127.76/128.23	c sat_solver_result: sst_unknown
127.76/128.23	c SAT solver timed out; proceeding to cooperative SCIP call
127.76/128.23	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998481
127.76/128.23	c scip solving with time budget: 28.000000
127.76/128.23	c solveScip
127.76/128.23	c initScipForCoop
127.76/128.23	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
127.76/128.28	c presolving:
127.95/128.45	c    (0.2s) running MILP presolver
128.05/128.60	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
128.25/128.71	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
128.35/128.84	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
128.45/128.93	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
128.45/128.93	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
129.15/129.61	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
129.15/129.61	c    (1.4s) probing aborted: 50/50 successive totally useless probings
129.45/129.91	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
129.45/130.00	c    (1.8s) no symmetry present (symcode time: 0.03)
129.56/130.03	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
129.56/130.03	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
129.56/130.03	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
129.56/130.03	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
129.56/130.03	c   24806 constraints of type <knapsack>
129.56/130.03	c     634 constraints of type <setppc>
129.56/130.03	c     316 constraints of type <logicor>
129.56/130.03	c transformed objective value is always integral (scale: 1)
129.56/130.03	c Presolving Time: 1.75
129.56/130.03	c 
130.35/130.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
130.35/130.80	c   2.6s|     1 |     0 |   980 |     - |   768M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
130.84/131.33	c   3.1s|     1 |     0 |  2456 |     - |   772M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
131.44/131.94	c   3.7s|     1 |     0 |  2596 |     - |   773M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
131.84/132.31	c   4.1s|     1 |     0 |  2760 |     - |   774M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
132.14/132.69	c   4.5s|     1 |     0 |  2972 |     - |   774M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
132.55/133.10	c   4.9s|     1 |     0 |  3128 |     - |   774M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
132.93/133.48	c   5.3s|     1 |     0 |  3285 |     - |   775M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
133.33/133.84	c   5.6s|     1 |     0 |  3418 |     - |   777M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
133.73/134.25	c   6.0s|     1 |     0 |  3570 |     - |   779M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
134.13/134.64	c   6.4s|     1 |     0 |  3690 |     - |   780M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
134.54/135.03	c   6.8s|     1 |     0 |  3813 |     - |   782M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
134.83/135.30	c   7.1s|     1 |     0 |  3907 |     - |   782M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
135.03/135.59	c   7.4s|     1 |     0 |  4031 |     - |   782M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
135.32/135.82	c   7.6s|     1 |     0 |  4148 |     - |   783M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
135.54/136.07	c   7.8s|     1 |     0 |  4250 |     - |   783M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
135.82/136.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
135.82/136.31	c   8.1s|     1 |     0 |  4364 |     - |   783M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
136.02/136.57	c   8.3s|     1 |     0 |  4469 |     - |   783M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
136.32/136.85	c   8.6s|     1 |     0 |  4559 |     - |   783M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
136.53/137.09	c   8.9s|     1 |     0 |  4649 |     - |   783M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
136.82/137.39	c   9.2s|     1 |     0 |  4732 |     - |   783M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
137.12/137.68	c   9.4s|     1 |     0 |  4833 |     - |   784M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
137.42/137.90	c   9.7s|     1 |     0 |  4888 |     - |   784M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
137.63/138.16	c   9.9s|     1 |     0 |  4940 |     - |   784M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
137.82/138.39	c  10.2s|     1 |     0 |  5014 |     - |   784M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
155.65/156.25	c  28.0s|     1 |     2 |  9270 |     - |   784M |   0 |  26k|  26k|  26k|1320 | 23 | 529 |   0 |-3.701526e+04 |      --      |    Inf | unknown
155.65/156.25	c 
155.65/156.25	c SCIP Status        : solving was interrupted [time limit reached]
155.65/156.25	c Solving Time (sec) : 28.02
155.65/156.25	c Solving Nodes      : 1
155.65/156.25	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
155.65/156.25	c Dual Bound         : -3.70152624005087e+04
155.65/156.25	c Gap                : infinite
155.65/156.25	c SCIP status: 23 (TIMELIMIT)
155.65/156.25	c pb_solver_status: sst_unknown
155.65/156.25	c LB_goalvalue: 0
155.65/156.25	c UB_goalvalue: 70998481
155.65/156.25	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=56.000000
155.65/156.25	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
155.65/156.25	c SCIP returned: sst_unknown
155.65/156.25	c SCIP primal LB: -oo, dual UB: 70998481
155.65/156.25	c assumptions: 
155.65/156.25	c invoking solver with time budget: 40.000000
200.11/200.89	c sat_solver_result: sst_unknown
200.11/200.89	c SAT solver timed out; proceeding to cooperative SCIP call
200.11/200.89	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998481
200.11/200.89	c scip solving with time budget: 56.000000
200.11/200.89	c solveScip
200.11/200.89	c initScipForCoop
200.11/200.89	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
200.11/200.89	c SCIPfreeTransform due to timeout and having shadow nodes
200.11/200.89	c forcing SCIPfreeTransform before solve
200.32/201.05	c Running SCIP presolve for solve-time propagation (rounds=3)
200.32/201.10	c presolving:
200.51/201.25	c    (0.2s) running MILP presolver
200.71/201.40	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
200.81/201.52	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
200.91/201.65	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
201.60/202.38	c    (1.3s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
201.60/202.38	c    (1.3s) probing aborted: 50/50 successive totally useless probings
201.90/202.69	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
201.90/202.69	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
201.90/202.69	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
201.90/202.69	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
201.90/202.69	c   24964 constraints of type <knapsack>
201.90/202.69	c     634 constraints of type <setppc>
201.90/202.69	c     158 constraints of type <logicor>
201.90/202.69	c transformed objective value is always integral (scale: 1)
201.90/202.69	c Presolving Time: 1.60
202.10/202.80	c presolving:
202.20/202.96	c    (0.2s) running MILP presolver
202.42/203.11	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
202.50/203.24	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
202.60/203.38	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
202.70/203.48	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
202.70/203.48	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
203.41/204.16	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
203.41/204.16	c    (1.4s) probing aborted: 50/50 successive totally useless probings
203.70/204.47	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
203.80/204.55	c    (1.8s) no symmetry present (symcode time: 0.03)
203.80/204.58	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
203.80/204.58	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
203.80/204.58	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
203.80/204.58	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
203.80/204.58	c   24806 constraints of type <knapsack>
203.80/204.58	c     634 constraints of type <setppc>
203.80/204.58	c     316 constraints of type <logicor>
203.80/204.58	c transformed objective value is always integral (scale: 1)
203.80/204.58	c Presolving Time: 1.79
203.80/204.58	c 
204.59/205.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.59/205.37	c   2.6s|     1 |     0 |   980 |     - |   768M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
205.20/205.91	c   3.2s|     1 |     0 |  2456 |     - |   772M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
205.80/206.51	c   3.8s|     1 |     0 |  2596 |     - |   773M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
206.10/206.89	c   4.1s|     1 |     0 |  2760 |     - |   773M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
206.49/207.27	c   4.5s|     1 |     0 |  2972 |     - |   773M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
206.89/207.67	c   4.9s|     1 |     0 |  3128 |     - |   773M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
207.31/208.04	c   5.3s|     1 |     0 |  3285 |     - |   774M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
207.69/208.40	c   5.7s|     1 |     0 |  3418 |     - |   776M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
208.09/208.80	c   6.1s|     1 |     0 |  3570 |     - |   778M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
208.49/209.20	c   6.5s|     1 |     0 |  3690 |     - |   779M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
208.79/209.59	c   6.8s|     1 |     0 |  3813 |     - |   782M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
209.09/209.85	c   7.1s|     1 |     0 |  3907 |     - |   782M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
209.40/210.15	c   7.4s|     1 |     0 |  4031 |     - |   782M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
209.58/210.38	c   7.6s|     1 |     0 |  4148 |     - |   783M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
209.88/210.63	c   7.9s|     1 |     0 |  4250 |     - |   783M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
210.08/210.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
210.08/210.87	c   8.1s|     1 |     0 |  4364 |     - |   783M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
210.40/211.14	c   8.4s|     1 |     0 |  4469 |     - |   783M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
210.68/211.41	c   8.7s|     1 |     0 |  4559 |     - |   783M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
210.88/211.65	c   8.9s|     1 |     0 |  4649 |     - |   783M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
211.18/211.95	c   9.2s|     1 |     0 |  4732 |     - |   783M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
211.48/212.24	c   9.5s|     1 |     0 |  4833 |     - |   784M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
211.68/212.46	c   9.7s|     1 |     0 |  4888 |     - |   784M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
211.98/212.71	c  10.0s|     1 |     0 |  4940 |     - |   784M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
212.18/212.95	c  10.2s|     1 |     0 |  5014 |     - |   784M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
236.89/237.75	c  35.0s|     1 |     2 | 11985 |     - |   785M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
257.82/258.75	c 
257.82/258.75	c SCIP Status        : solving was interrupted [time limit reached]
257.82/258.75	c Solving Time (sec) : 56.00
257.82/258.75	c Solving Nodes      : 22
257.82/258.75	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
257.82/258.75	c Dual Bound         : -3.70210008183489e+04
257.82/258.75	c Gap                : infinite
257.82/258.75	c SCIP status: 23 (TIMELIMIT)
257.82/258.75	c solveScip: freeing transform (!can_skip_free_transform)
258.02/258.91	c SCIP LP bound tightened UB: 70998481 -> 70998475
258.02/258.91	c pb_solver_status: sst_unknown
258.02/258.91	c LB_goalvalue: 0
258.02/258.91	c UB_goalvalue: 70998475
258.02/258.91	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
258.02/258.91	c SCIP returned: sst_unknown
258.02/258.91	c SCIP primal LB: -oo, dual UB: 70998475
258.02/258.91	c assumptions: 
258.02/258.91	c invoking solver with time budget: 40.000000
302.08/303.19	c sat_solver_result: sst_unknown
302.08/303.19	c SAT solver timed out; proceeding to cooperative SCIP call
302.08/303.19	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998475
302.08/303.19	c scip solving with time budget: 78.400000
302.08/303.19	c solveScip
302.08/303.19	c initScipForCoop
302.08/303.19	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
302.17/303.25	c presolving:
302.37/303.41	c    (0.2s) running MILP presolver
302.47/303.56	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
302.57/303.68	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
302.77/303.82	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
302.87/303.91	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
302.87/303.92	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
303.46/304.59	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
303.46/304.59	c    (1.4s) probing aborted: 50/50 successive totally useless probings
303.76/304.90	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
303.86/304.98	c    (1.8s) no symmetry present (symcode time: 0.03)
303.86/305.01	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
303.86/305.01	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
303.86/305.01	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
303.86/305.01	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
303.86/305.01	c   24806 constraints of type <knapsack>
303.86/305.01	c     634 constraints of type <setppc>
303.86/305.01	c     316 constraints of type <logicor>
303.86/305.01	c transformed objective value is always integral (scale: 1)
303.86/305.01	c Presolving Time: 1.77
303.98/305.01	c 
304.66/305.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
304.66/305.79	c   2.6s|     1 |     0 |   980 |     - |   781M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
305.26/306.32	c   3.1s|     1 |     0 |  2456 |     - |   785M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
305.86/306.92	c   3.7s|     1 |     0 |  2596 |     - |   786M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
306.26/307.30	c   4.1s|     1 |     0 |  2760 |     - |   786M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
306.56/307.68	c   4.5s|     1 |     0 |  2972 |     - |   786M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
306.97/308.09	c   4.9s|     1 |     0 |  3128 |     - |   786M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
307.36/308.46	c   5.3s|     1 |     0 |  3285 |     - |   787M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
307.76/308.83	c   5.6s|     1 |     0 |  3418 |     - |   789M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
308.15/309.23	c   6.0s|     1 |     0 |  3570 |     - |   791M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
308.55/309.62	c   6.4s|     1 |     0 |  3690 |     - |   792M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
308.97/310.01	c   6.8s|     1 |     0 |  3813 |     - |   794M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
309.15/310.27	c   7.1s|     1 |     0 |  3907 |     - |   794M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
309.45/310.57	c   7.4s|     1 |     0 |  4031 |     - |   794M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
309.65/310.79	c   7.6s|     1 |     0 |  4148 |     - |   795M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
309.96/311.04	c   7.9s|     1 |     0 |  4250 |     - |   795M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
310.15/311.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.15/311.28	c   8.1s|     1 |     0 |  4364 |     - |   795M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
310.45/311.55	c   8.4s|     1 |     0 |  4469 |     - |   795M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
310.74/311.82	c   8.6s|     1 |     0 |  4559 |     - |   795M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
310.96/312.05	c   8.9s|     1 |     0 |  4649 |     - |   795M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
311.24/312.35	c   9.2s|     1 |     0 |  4732 |     - |   795M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
311.54/312.64	c   9.4s|     1 |     0 |  4833 |     - |   796M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
311.74/312.86	c   9.7s|     1 |     0 |  4888 |     - |   796M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
312.05/313.11	c   9.9s|     1 |     0 |  4940 |     - |   796M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
312.24/313.34	c  10.2s|     1 |     0 |  5014 |     - |   796M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
336.46/337.61	c  34.4s|     1 |     2 | 11985 |     - |   796M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
380.20/381.59	c 
380.20/381.59	c SCIP Status        : solving was interrupted [time limit reached]
380.20/381.59	c Solving Time (sec) : 78.40
380.20/381.59	c Solving Nodes      : 53
380.20/381.59	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
380.20/381.59	c Dual Bound         : -3.70210008183489e+04
380.20/381.59	c Gap                : infinite
380.20/381.59	c SCIP status: 23 (TIMELIMIT)
380.20/381.59	c pb_solver_status: sst_unknown
380.20/381.59	c LB_goalvalue: 0
380.20/381.59	c UB_goalvalue: 70998475
380.20/381.60	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=156.800000
380.20/381.60	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
380.20/381.60	c SCIP returned: sst_unknown
380.20/381.60	c SCIP primal LB: -oo, dual UB: 70998475
380.20/381.60	c assumptions: 
380.20/381.60	c invoking solver with time budget: 80.000000
461.63/463.24	c sat_solver_result: sst_unknown
461.63/463.24	c SAT solver timed out; proceeding to cooperative SCIP call
461.63/463.24	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998475
461.63/463.24	c scip solving with time budget: 156.800000
461.63/463.24	c solveScip
461.63/463.24	c initScipForCoop
461.63/463.24	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
461.63/463.24	c SCIPfreeTransform due to timeout and having shadow nodes
461.63/463.24	c forcing SCIPfreeTransform before solve
461.83/463.42	c Running SCIP presolve for solve-time propagation (rounds=3)
461.83/463.47	c presolving:
462.03/463.63	c    (0.2s) running MILP presolver
462.13/463.77	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
462.23/463.89	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
462.44/464.02	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
463.13/464.75	c    (1.3s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
463.13/464.75	c    (1.3s) probing aborted: 50/50 successive totally useless probings
463.44/465.06	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
463.44/465.06	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
463.44/465.06	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
463.44/465.06	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
463.44/465.06	c   24964 constraints of type <knapsack>
463.44/465.06	c     634 constraints of type <setppc>
463.44/465.06	c     158 constraints of type <logicor>
463.44/465.06	c transformed objective value is always integral (scale: 1)
463.44/465.06	c Presolving Time: 1.60
463.54/465.17	c presolving:
463.72/465.33	c    (0.2s) running MILP presolver
463.82/465.48	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
464.02/465.60	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
464.12/465.73	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
464.22/465.83	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
464.22/465.83	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
464.92/466.50	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
464.92/466.50	c    (1.4s) probing aborted: 50/50 successive totally useless probings
465.22/466.81	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
465.22/466.89	c    (1.8s) no symmetry present (symcode time: 0.03)
465.32/466.92	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
465.32/466.92	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
465.32/466.92	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
465.32/466.92	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
465.32/466.92	c   24806 constraints of type <knapsack>
465.32/466.92	c     634 constraints of type <setppc>
465.32/466.92	c     316 constraints of type <logicor>
465.32/466.92	c transformed objective value is always integral (scale: 1)
465.32/466.92	c Presolving Time: 1.76
465.32/466.92	c 
466.11/467.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
466.11/467.71	c   2.6s|     1 |     0 |   980 |     - |   809M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
466.61/468.24	c   3.1s|     1 |     0 |  2456 |     - |   813M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
467.21/468.84	c   3.7s|     1 |     0 |  2596 |     - |   814M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
467.61/469.22	c   4.1s|     1 |     0 |  2760 |     - |   814M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
467.91/469.59	c   4.5s|     1 |     0 |  2972 |     - |   814M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
468.30/470.00	c   4.9s|     1 |     0 |  3128 |     - |   814M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
468.70/470.37	c   5.3s|     1 |     0 |  3285 |     - |   815M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
469.10/470.72	c   5.6s|     1 |     0 |  3418 |     - |   818M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
469.52/471.12	c   6.0s|     1 |     0 |  3570 |     - |   820M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
469.90/471.51	c   6.4s|     1 |     0 |  3690 |     - |   821M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
470.30/471.90	c   6.8s|     1 |     0 |  3813 |     - |   823M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
470.51/472.16	c   7.0s|     1 |     0 |  3907 |     - |   823M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
470.79/472.45	c   7.3s|     1 |     0 |  4031 |     - |   823M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
470.99/472.68	c   7.6s|     1 |     0 |  4148 |     - |   824M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
471.29/472.93	c   7.8s|     1 |     0 |  4250 |     - |   825M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
471.51/473.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
471.51/473.17	c   8.1s|     1 |     0 |  4364 |     - |   825M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
471.79/473.43	c   8.3s|     1 |     0 |  4469 |     - |   825M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
472.09/473.70	c   8.6s|     1 |     0 |  4559 |     - |   825M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
472.29/473.93	c   8.8s|     1 |     0 |  4649 |     - |   825M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
472.59/474.23	c   9.1s|     1 |     0 |  4732 |     - |   825M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
472.89/474.52	c   9.4s|     1 |     0 |  4833 |     - |   827M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
473.09/474.74	c   9.6s|     1 |     0 |  4888 |     - |   827M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
473.29/474.99	c   9.9s|     1 |     0 |  4940 |     - |   827M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
473.58/475.22	c  10.1s|     1 |     0 |  5014 |     - |   827M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
497.80/499.52	c  34.4s|     1 |     2 | 11985 |     - |   827M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
571.65/573.65	c   109s|   100 |   101 | 18852 | 143.6 |   857M |  19 |  26k|  26k|  26k|2165 |  1 | 613 |1823 |-3.702100e+04 |      --      |    Inf | unknown
612.30/614.49	c   149s|   200 |   199 | 25382 | 104.3 |   894M |  21 |  26k|  26k|  26k|3088 |  1 | 641 |2764 |-3.715957e+04 |      --      |    Inf | unknown
619.89/622.04	c 
619.89/622.04	c SCIP Status        : solving was interrupted [time limit reached]
619.89/622.04	c Solving Time (sec) : 156.93
619.89/622.04	c Solving Nodes      : 212
619.89/622.04	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
619.89/622.04	c Dual Bound         : -3.71595725270909e+04
619.89/622.04	c Gap                : infinite
619.89/622.04	c SCIP status: 23 (TIMELIMIT)
619.89/622.04	c solveScip: freeing transform (!can_skip_free_transform)
620.08/622.24	c SCIP LP bound tightened UB: 70998475 -> 70998337
620.08/622.24	c pb_solver_status: sst_unknown
620.08/622.24	c LB_goalvalue: 0
620.08/622.24	c UB_goalvalue: 70998337
620.08/622.24	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
620.08/622.24	c SCIP returned: sst_unknown
620.08/622.24	c SCIP primal LB: -oo, dual UB: 70998337
620.08/622.24	c assumptions: 
620.08/622.24	c invoking solver with time budget: 80.000000
701.50/704.01	c sat_solver_result: sst_unknown
701.50/704.01	c SAT solver timed out; proceeding to cooperative SCIP call
701.50/704.01	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70998337
701.50/704.01	c scip solving with time budget: 219.520000
701.50/704.01	c solveScip
701.50/704.01	c initScipForCoop
701.50/704.01	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
701.62/704.07	c presolving:
701.81/704.23	c    (0.2s) running MILP presolver
701.90/704.38	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
702.10/704.50	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
702.20/704.63	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
702.30/704.72	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
702.30/704.73	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
702.90/705.39	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
702.90/705.39	c    (1.4s) probing aborted: 50/50 successive totally useless probings
703.30/705.70	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
703.30/705.78	c    (1.8s) no symmetry present (symcode time: 0.03)
703.40/705.81	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
703.40/705.81	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
703.40/705.81	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
703.40/705.81	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
703.40/705.81	c   24806 constraints of type <knapsack>
703.40/705.81	c     634 constraints of type <setppc>
703.40/705.81	c     316 constraints of type <logicor>
703.40/705.81	c transformed objective value is always integral (scale: 1)
703.40/705.81	c Presolving Time: 1.74
703.40/705.81	c 
704.10/706.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
704.10/706.59	c   2.6s|     1 |     0 |   980 |     - |   872M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
704.71/707.12	c   3.1s|     1 |     0 |  2456 |     - |   876M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
705.29/707.73	c   3.7s|     1 |     0 |  2596 |     - |   877M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
705.60/708.10	c   4.1s|     1 |     0 |  2760 |     - |   877M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
705.99/708.48	c   4.5s|     1 |     0 |  2972 |     - |   877M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
706.39/708.88	c   4.9s|     1 |     0 |  3128 |     - |   877M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
706.78/709.26	c   5.3s|     1 |     0 |  3285 |     - |   878M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
707.18/709.62	c   5.6s|     1 |     0 |  3418 |     - |   881M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
707.60/710.02	c   6.0s|     1 |     0 |  3570 |     - |   884M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
707.98/710.40	c   6.4s|     1 |     0 |  3690 |     - |   885M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
708.38/710.80	c   6.8s|     1 |     0 |  3813 |     - |   887M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
708.59/711.06	c   7.1s|     1 |     0 |  3907 |     - |   887M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
708.88/711.35	c   7.3s|     1 |     0 |  4031 |     - |   887M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
709.08/711.58	c   7.6s|     1 |     0 |  4148 |     - |   888M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
709.37/711.83	c   7.8s|     1 |     0 |  4250 |     - |   889M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
709.59/712.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
709.59/712.07	c   8.1s|     1 |     0 |  4364 |     - |   889M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
709.87/712.33	c   8.3s|     1 |     0 |  4469 |     - |   889M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
710.17/712.61	c   8.6s|     1 |     0 |  4559 |     - |   889M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
710.37/712.84	c   8.8s|     1 |     0 |  4649 |     - |   889M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
710.69/713.13	c   9.1s|     1 |     0 |  4732 |     - |   889M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
710.97/713.42	c   9.4s|     1 |     0 |  4833 |     - |   890M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
711.17/713.64	c   9.6s|     1 |     0 |  4888 |     - |   890M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
711.37/713.89	c   9.9s|     1 |     0 |  4940 |     - |   890M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
711.68/714.12	c  10.1s|     1 |     0 |  5014 |     - |   890M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
735.78/738.30	c  34.3s|     1 |     2 | 11985 |     - |   890M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
809.61/812.47	c   108s|   100 |   101 | 18852 | 143.6 |   892M |  19 |  26k|  26k|  26k|2165 |  1 | 613 |1823 |-3.702100e+04 |      --      |    Inf | unknown
850.36/853.31	c   149s|   200 |   199 | 25382 | 104.3 |   894M |  21 |  26k|  26k|  26k|3088 |  1 | 641 |2764 |-3.715957e+04 |      --      |    Inf | unknown
896.10/899.29	c   195s|   300 |   295 | 31449 |  89.7 |   910M |  21 |  26k|  26k|  26k|4037 |  1 | 656 |3635 |-3.738455e+04 |      --      |    Inf |   0.78%
917.52/920.73	c   217s|   400 |   391 | 37983 |  83.6 |   938M |  21 |  26k|  26k|  26k|4943 |  1 | 693 |3983 |-3.758386e+04 |      --      |    Inf |   0.78%
920.31/923.53	c 
920.31/923.53	c SCIP Status        : solving was interrupted [time limit reached]
920.31/923.53	c Solving Time (sec) : 219.53
920.31/923.53	c Solving Nodes      : 414
920.31/923.53	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
920.31/923.53	c Dual Bound         : -3.75838617904872e+04
920.31/923.53	c Gap                : infinite
920.31/923.53	c SCIP status: 23 (TIMELIMIT)
920.31/923.53	c SCIP LP bound tightened UB: 70998337 -> 70997912
920.31/923.53	c pb_solver_status: sst_unknown
920.31/923.53	c LB_goalvalue: 0
920.31/923.53	c UB_goalvalue: 70997912
920.31/923.53	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
920.31/923.53	c SCIP returned: sst_unknown
920.31/923.53	c SCIP primal LB: -oo, dual UB: 70997912
920.31/923.53	c assumptions: 
920.31/923.53	c invoking solver with time budget: 80.000000
1000.35/1003.80	c sat_solver_result: sst_unknown
1000.35/1003.80	c SAT solver timed out; proceeding to cooperative SCIP call
1000.35/1003.80	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70997912
1000.35/1003.80	c scip solving with time budget: 307.328000
1000.35/1003.80	c solveScip
1000.35/1003.80	c initScipForCoop
1000.35/1003.80	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1000.35/1003.80	c SCIPfreeTransform due to timeout and having shadow nodes
1000.35/1003.80	c forcing SCIPfreeTransform before solve
1000.45/1003.95	c Running SCIP presolve for solve-time propagation (rounds=3)
1000.45/1004.01	c presolving:
1000.67/1004.17	c    (0.2s) running MILP presolver
1000.85/1004.31	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1000.95/1004.43	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
1001.05/1004.57	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1001.85/1005.31	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1001.85/1005.31	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1002.15/1005.62	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1002.15/1005.62	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
1002.15/1005.62	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1002.15/1005.62	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
1002.15/1005.62	c   24964 constraints of type <knapsack>
1002.15/1005.62	c     634 constraints of type <setppc>
1002.15/1005.62	c     158 constraints of type <logicor>
1002.15/1005.62	c transformed objective value is always integral (scale: 1)
1002.15/1005.62	c Presolving Time: 1.61
1002.25/1005.73	c presolving:
1002.35/1005.89	c    (0.2s) running MILP presolver
1002.56/1006.04	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1002.66/1006.16	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
1002.75/1006.29	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1002.85/1006.38	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1002.85/1006.39	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1003.56/1007.06	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1003.56/1007.06	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1003.84/1007.36	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1003.94/1007.44	c    (1.8s) no symmetry present (symcode time: 0.03)
1003.94/1007.47	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
1003.94/1007.47	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
1003.94/1007.47	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1003.94/1007.47	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
1003.94/1007.47	c   24806 constraints of type <knapsack>
1003.94/1007.47	c     634 constraints of type <setppc>
1003.94/1007.47	c     316 constraints of type <logicor>
1003.94/1007.47	c transformed objective value is always integral (scale: 1)
1003.94/1007.47	c Presolving Time: 1.75
1003.94/1007.47	c 
1004.74/1008.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1004.74/1008.26	c   2.6s|     1 |     0 |   980 |     - |   916M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
1005.24/1008.79	c   3.1s|     1 |     0 |  2456 |     - |   920M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
1005.83/1009.39	c   3.7s|     1 |     0 |  2596 |     - |   921M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
1006.23/1009.77	c   4.1s|     1 |     0 |  2760 |     - |   921M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
1006.64/1010.14	c   4.5s|     1 |     0 |  2972 |     - |   921M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
1007.03/1010.55	c   4.9s|     1 |     0 |  3128 |     - |   921M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
1007.43/1010.92	c   5.3s|     1 |     0 |  3285 |     - |   922M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
1007.73/1011.28	c   5.6s|     1 |     0 |  3418 |     - |   925M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
1008.12/1011.68	c   6.0s|     1 |     0 |  3570 |     - |   927M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
1008.54/1012.07	c   6.4s|     1 |     0 |  3690 |     - |   928M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
1008.92/1012.47	c   6.8s|     1 |     0 |  3813 |     - |   929M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
1009.22/1012.72	c   7.1s|     1 |     0 |  3907 |     - |   929M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
1009.53/1013.02	c   7.3s|     1 |     0 |  4031 |     - |   929M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
1009.72/1013.25	c   7.6s|     1 |     0 |  4148 |     - |   930M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
1009.92/1013.49	c   7.8s|     1 |     0 |  4250 |     - |   931M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
1010.22/1013.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1010.22/1013.73	c   8.1s|     1 |     0 |  4364 |     - |   931M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
1010.42/1013.99	c   8.3s|     1 |     0 |  4469 |     - |   931M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
1010.72/1014.27	c   8.6s|     1 |     0 |  4559 |     - |   931M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
1011.01/1014.50	c   8.8s|     1 |     0 |  4649 |     - |   931M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1011.31/1014.80	c   9.1s|     1 |     0 |  4732 |     - |   931M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1011.53/1015.09	c   9.4s|     1 |     0 |  4833 |     - |   932M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1011.81/1015.30	c   9.6s|     1 |     0 |  4888 |     - |   932M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1012.01/1015.56	c   9.9s|     1 |     0 |  4940 |     - |   932M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1012.21/1015.79	c  10.1s|     1 |     0 |  5014 |     - |   932M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1036.54/1040.18	c  34.5s|     1 |     2 | 11985 |     - |   931M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
1110.64/1114.54	c   109s|   100 |   101 | 18852 | 143.6 |   933M |  19 |  26k|  26k|  26k|2165 |  1 | 613 |1823 |-3.702100e+04 |      --      |    Inf | unknown
1151.50/1155.50	c   150s|   200 |   199 | 25382 | 104.3 |   935M |  21 |  26k|  26k|  26k|3088 |  1 | 641 |2764 |-3.715957e+04 |      --      |    Inf | unknown
1197.24/1201.44	c   196s|   300 |   295 | 31449 |  89.7 |   937M |  21 |  26k|  26k|  26k|4037 |  1 | 656 |3635 |-3.738455e+04 |      --      |    Inf |   0.78%
1218.37/1222.63	c   217s|   400 |   391 | 37983 |  83.6 |   939M |  21 |  26k|  26k|  26k|4943 |  1 | 693 |3983 |-3.758386e+04 |      --      |    Inf |   0.78%
1237.50/1241.89	c   236s|   500 |   489 | 46116 |  83.1 |   961M |  22 |  26k|  26k|  26k|6189 |  1 | 703 |4331 |-3.758386e+04 |      --      |    Inf |   0.78%
1259.03/1263.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1259.03/1263.47	c   258s|   600 |   587 | 71536 | 111.7 |   986M |  23 |  26k|  26k|  26k|7394 |  1 | 726 |4543 |-3.799721e+04 |      --      |    Inf |   0.78%
1274.58/1279.11	c   273s|   700 |   685 | 81434 | 109.9 |  1024M |  23 |  26k|  26k|  26k|8780 |  1 | 757 |4731 |-3.806767e+04 |      --      |    Inf |   0.79%
1288.22/1292.73	c   287s|   800 |   785 | 89584 | 106.3 |  1049M |  23 |  26k|  26k|  26k|  10k|  1 | 799 |4899 |-3.806767e+04 |      --      |    Inf |   0.79%
1298.39/1302.94	c   297s|   900 |   885 | 98569 | 104.5 |  1055M |  23 |  26k|  26k|  26k|  11k|  1 | 817 |4991 |-3.823448e+04 |      --      |    Inf |   0.79%
1308.35/1312.93	c   307s|  1000 |   985 |108002 | 103.5 |  1061M |  31 |  26k|  26k|  26k|  12k|  1 | 820 |5083 |-3.827087e+04 |      --      |    Inf |   0.79%
1308.35/1313.01	c 
1308.35/1313.01	c SCIP Status        : solving was interrupted [time limit reached]
1308.35/1313.01	c Solving Time (sec) : 307.33
1308.35/1313.01	c Solving Nodes      : 1001
1308.35/1313.01	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1308.35/1313.01	c Dual Bound         : -3.82708705922527e+04
1308.35/1313.01	c Gap                : infinite
1308.35/1313.01	c SCIP status: 23 (TIMELIMIT)
1308.35/1313.01	c solveScip: freeing transform (!can_skip_free_transform)
1308.65/1313.20	c SCIP LP bound tightened UB: 70997912 -> 70997225
1308.65/1313.20	c pb_solver_status: sst_unknown
1308.65/1313.20	c LB_goalvalue: 0
1308.65/1313.20	c UB_goalvalue: 70997225
1308.65/1313.20	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1308.65/1313.20	c SCIP returned: sst_unknown
1308.65/1313.20	c SCIP primal LB: -oo, dual UB: 70997225
1308.65/1313.20	c assumptions: 
1308.65/1313.20	c invoking solver with time budget: 80.000000
1388.59/1393.46	c sat_solver_result: sst_unknown
1388.59/1393.46	c SAT solver timed out; proceeding to cooperative SCIP call
1388.59/1393.46	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70997225
1388.59/1393.46	c scip solving with time budget: 430.259200
1388.59/1393.46	c solveScip
1388.59/1393.46	c initScipForCoop
1388.59/1393.46	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1388.68/1393.52	c presolving:
1388.78/1393.68	c    (0.2s) running MILP presolver
1388.98/1393.83	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1389.08/1393.94	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
1389.20/1394.08	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1389.30/1394.17	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1389.30/1394.18	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1389.98/1394.85	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1389.98/1394.85	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1390.29/1395.16	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1390.38/1395.24	c    (1.8s) no symmetry present (symcode time: 0.03)
1390.38/1395.27	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
1390.38/1395.27	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
1390.38/1395.27	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1390.38/1395.27	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
1390.38/1395.27	c   24806 constraints of type <knapsack>
1390.38/1395.27	c     634 constraints of type <setppc>
1390.38/1395.27	c     316 constraints of type <logicor>
1390.38/1395.27	c transformed objective value is always integral (scale: 1)
1390.38/1395.27	c Presolving Time: 1.76
1390.38/1395.27	c 
1391.19/1396.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1391.19/1396.06	c   2.6s|     1 |     0 |   980 |     - |  1017M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
1391.77/1396.60	c   3.1s|     1 |     0 |  2456 |     - |  1021M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
1392.37/1397.20	c   3.7s|     1 |     0 |  2596 |     - |  1022M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
1392.67/1397.57	c   4.1s|     1 |     0 |  2760 |     - |  1022M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
1393.07/1397.95	c   4.5s|     1 |     0 |  2972 |     - |  1022M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
1393.47/1398.35	c   4.9s|     1 |     0 |  3128 |     - |  1022M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
1393.86/1398.72	c   5.3s|     1 |     0 |  3285 |     - |  1023M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
1394.18/1399.08	c   5.6s|     1 |     0 |  3418 |     - |  1027M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
1394.56/1399.48	c   6.0s|     1 |     0 |  3570 |     - |  1029M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
1394.96/1399.87	c   6.4s|     1 |     0 |  3690 |     - |  1030M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
1395.36/1400.26	c   6.8s|     1 |     0 |  3813 |     - |  1031M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
1395.66/1400.52	c   7.1s|     1 |     0 |  3907 |     - |  1031M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
1395.96/1400.82	c   7.4s|     1 |     0 |  4031 |     - |  1031M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
1396.17/1401.05	c   7.6s|     1 |     0 |  4148 |     - |  1032M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
1396.36/1401.29	c   7.8s|     1 |     0 |  4250 |     - |  1033M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
1396.66/1401.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1396.66/1401.54	c   8.1s|     1 |     0 |  4364 |     - |  1033M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
1396.95/1401.80	c   8.3s|     1 |     0 |  4469 |     - |  1033M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
1397.17/1402.07	c   8.6s|     1 |     0 |  4559 |     - |  1033M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
1397.45/1402.30	c   8.8s|     1 |     0 |  4649 |     - |  1033M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1397.75/1402.60	c   9.1s|     1 |     0 |  4732 |     - |  1033M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1397.95/1402.88	c   9.4s|     1 |     0 |  4833 |     - |  1034M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1398.16/1403.10	c   9.6s|     1 |     0 |  4888 |     - |  1034M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1398.45/1403.35	c   9.9s|     1 |     0 |  4940 |     - |  1034M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1398.65/1403.59	c  10.1s|     1 |     0 |  5014 |     - |  1034M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1422.97/1427.98	c  34.5s|     1 |     2 | 11985 |     - |  1033M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
1497.13/1502.37	c   109s|   100 |   101 | 18852 | 143.6 |  1036M |  19 |  26k|  26k|  26k|2165 |  1 | 613 |1823 |-3.702100e+04 |      --      |    Inf | unknown
1538.09/1543.43	c   150s|   200 |   199 | 25382 | 104.3 |  1039M |  21 |  26k|  26k|  26k|3088 |  1 | 641 |2764 |-3.715957e+04 |      --      |    Inf | unknown
1584.14/1589.65	c   196s|   300 |   295 | 31449 |  89.7 |  1040M |  21 |  26k|  26k|  26k|4037 |  1 | 656 |3635 |-3.738455e+04 |      --      |    Inf |   0.78%
1605.37/1610.91	c   217s|   400 |   391 | 37983 |  83.6 |  1042M |  21 |  26k|  26k|  26k|4943 |  1 | 693 |3983 |-3.758386e+04 |      --      |    Inf |   0.78%
1624.70/1630.32	c   237s|   500 |   489 | 46116 |  83.1 |  1043M |  22 |  26k|  26k|  26k|6189 |  1 | 703 |4331 |-3.758386e+04 |      --      |    Inf |   0.78%
1646.23/1652.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1646.23/1652.00	c   259s|   600 |   587 | 71536 | 111.7 |  1049M |  23 |  26k|  26k|  26k|7394 |  1 | 726 |4543 |-3.799721e+04 |      --      |    Inf |   0.78%
1661.88/1667.67	c   274s|   700 |   685 | 81434 | 109.9 |  1053M |  23 |  26k|  26k|  26k|8780 |  1 | 757 |4731 |-3.806767e+04 |      --      |    Inf |   0.79%
1675.54/1681.36	c   288s|   800 |   785 | 89584 | 106.3 |  1059M |  23 |  26k|  26k|  26k|  10k|  1 | 799 |4899 |-3.806767e+04 |      --      |    Inf |   0.79%
1685.80/1691.62	c   298s|   900 |   885 | 98569 | 104.5 |  1060M |  23 |  26k|  26k|  26k|  11k|  1 | 817 |4991 |-3.823448e+04 |      --      |    Inf |   0.79%
1695.77/1701.64	c   308s|  1000 |   985 |108002 | 103.5 |  1060M |  31 |  26k|  26k|  26k|  12k|  1 | 820 |5083 |-3.827087e+04 |      --      |    Inf |   0.79%
1707.25/1713.13	c   320s|  1100 |  1081 |115906 | 101.3 |  1084M |  35 |  26k|  26k|  26k|  13k|  1 | 851 |5169 |-3.827087e+04 |      --      |    Inf |   0.79%
1718.00/1723.93	c   330s|  1200 |  1181 |123262 |  98.9 |  1088M |  35 |  26k|  26k|  26k|  13k|  1 | 923 |5315 |-3.834256e+04 |      --      |    Inf |   0.79%
1727.46/1733.47	c   340s|  1300 |  1281 |131923 |  98.0 |  1098M |  35 |  26k|  26k|  26k|  14k|  1 | 954 |5388 |-3.834256e+04 |      --      |    Inf |   0.79%
1735.94/1741.98	c   349s|  1400 |  1381 |140795 |  97.3 |  1108M |  35 |  26k|  26k|  26k|  15k|  1 | 975 |5462 |-3.835947e+04 |      --      |    Inf |   0.79%
1743.70/1749.77	c   356s|  1500 |  1481 |146731 |  94.8 |  1120M |  37 |  26k|  26k|  26k|  15k|  1 |1038 |5531 |-3.835947e+04 |      --      |    Inf |   0.79%
1758.65/1764.72	c   371s|  1600 |  1579 |163228 |  99.2 |  1124M |  37 |  26k|  26k|  26k|  16k|  1 |1052 |5601 |-3.835947e+04 |      --      |    Inf |   0.79%
1764.43/1770.58	c   377s|  1700 |  1675 |168167 |  96.3 |  1128M |  37 |  26k|  26k|  26k|  17k|  1 |1061 |5651 |-3.835947e+04 |      --      |    Inf |   0.79%
1772.61/1778.71	c   385s|  1800 |  1773 |175238 |  94.8 |  1131M |  37 |  26k|  26k|  26k|  18k|  1 |1123 |5721 |-3.839929e+04 |      --      |    Inf |   0.80%
1780.28/1786.49	c   393s|  1900 |  1871 |180955 |  92.9 |  1138M |  39 |  26k|  26k|  26k|  19k|  1 |1167 |5797 |-3.845468e+04 |      --      |    Inf |   0.84%
1787.16/1793.35	c   400s|  2000 |  1969 |186267 |  90.9 |  1142M |  39 |  26k|  26k|  26k|  19k|  1 |1247 |5861 |-3.845468e+04 |      --      |    Inf |   0.84%
1792.44/1798.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1792.44/1798.61	c   405s|  2100 |  2069 |191094 |  88.8 |  1144M |  39 |  26k|  26k|  26k|  20k|  1 |1340 |5890 |-3.846867e+04 |      --      |    Inf |   0.84%
1798.03/1804.23	c   411s|  2200 |  2169 |195498 |  86.8 |  1149M |  39 |  26k|  26k|  26k|  20k|  1 |1382 |5931 |-3.846867e+04 |      --      |    Inf |   0.84%
1805.81/1812.05	c   419s|  2300 |  2267 |203524 |  86.5 |  1161M |  39 |  26k|  26k|  26k|  21k|  1 |1414 |5979 |-3.848102e+04 |      --      |    Inf |   0.84%
1815.17/1821.46	c   428s|  2400 |  2367 |209939 |  85.6 |  1165M |  39 |  26k|  26k|  26k|  21k|  1 |1508 |6082 |-3.848102e+04 |      --      |    Inf |   0.84%
1817.46/1823.72	c 
1817.46/1823.72	c SCIP Status        : solving was interrupted [time limit reached]
1817.46/1823.72	c Solving Time (sec) : 430.26
1817.46/1823.72	c Solving Nodes      : 2425
1817.46/1823.72	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1817.46/1823.72	c Dual Bound         : -3.84810171409005e+04
1817.46/1823.72	c Gap                : infinite
1817.46/1823.72	c SCIP status: 23 (TIMELIMIT)
1817.46/1823.72	c SCIP LP bound tightened UB: 70997225 -> 70997015
1817.46/1823.72	c pb_solver_status: sst_unknown
1817.46/1823.72	c LB_goalvalue: 0
1817.46/1823.72	c UB_goalvalue: 70997015
1817.46/1823.72	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1817.46/1823.72	c SCIP returned: sst_unknown
1817.46/1823.72	c SCIP primal LB: -oo, dual UB: 70997015
1817.46/1823.72	c assumptions: 
1817.46/1823.72	c invoking solver with time budget: 80.000000
1897.42/1903.96	c sat_solver_result: sst_unknown
1897.42/1903.96	c SAT solver timed out; proceeding to cooperative SCIP call
1897.42/1903.96	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70997015
1897.42/1903.96	c scip solving with time budget: 602.362880
1897.42/1903.96	c solveScip
1897.42/1903.96	c initScipForCoop
1897.42/1903.96	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1897.42/1903.96	c SCIPfreeTransform due to timeout and having shadow nodes
1897.42/1903.96	c forcing SCIPfreeTransform before solve
1897.65/1904.16	c Running SCIP presolve for solve-time propagation (rounds=3)
1897.73/1904.21	c presolving:
1897.83/1904.37	c    (0.2s) running MILP presolver
1898.03/1904.51	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1898.13/1904.63	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
1898.23/1904.76	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1899.03/1905.52	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1899.03/1905.52	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1899.33/1905.84	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1899.33/1905.84	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
1899.33/1905.84	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1899.33/1905.84	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
1899.33/1905.84	c   24964 constraints of type <knapsack>
1899.33/1905.84	c     634 constraints of type <setppc>
1899.33/1905.84	c     158 constraints of type <logicor>
1899.33/1905.84	c transformed objective value is always integral (scale: 1)
1899.33/1905.84	c Presolving Time: 1.63
1899.43/1905.95	c presolving:
1899.64/1906.11	c    (0.2s) running MILP presolver
1899.72/1906.26	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1899.82/1906.38	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
1900.02/1906.52	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1900.12/1906.61	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1900.12/1906.62	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
1900.72/1907.29	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1900.72/1907.29	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1901.02/1907.59	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1901.12/1907.67	c    (1.8s) no symmetry present (symcode time: 0.03)
1901.22/1907.70	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
1901.22/1907.70	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
1901.22/1907.70	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1901.22/1907.70	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
1901.22/1907.70	c   24806 constraints of type <knapsack>
1901.22/1907.70	c     634 constraints of type <setppc>
1901.22/1907.70	c     316 constraints of type <logicor>
1901.22/1907.70	c transformed objective value is always integral (scale: 1)
1901.22/1907.70	c Presolving Time: 1.76
1901.22/1907.70	c 
1902.02/1908.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1902.02/1908.50	c   2.6s|     1 |     0 |   980 |     - |  1110M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
1902.53/1909.05	c   3.2s|     1 |     0 |  2456 |     - |  1113M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
1903.11/1909.65	c   3.8s|     1 |     0 |  2596 |     - |  1114M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
1903.52/1910.03	c   4.1s|     1 |     0 |  2760 |     - |  1114M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
1903.91/1910.41	c   4.5s|     1 |     0 |  2972 |     - |  1114M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
1904.31/1910.82	c   4.9s|     1 |     0 |  3128 |     - |  1114M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
1904.71/1911.20	c   5.3s|     1 |     0 |  3285 |     - |  1116M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
1905.01/1911.56	c   5.7s|     1 |     0 |  3418 |     - |  1119M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
1905.40/1911.96	c   6.1s|     1 |     0 |  3570 |     - |  1121M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
1905.80/1912.35	c   6.5s|     1 |     0 |  3690 |     - |  1122M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
1906.20/1912.75	c   6.9s|     1 |     0 |  3813 |     - |  1123M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
1906.51/1913.02	c   7.1s|     1 |     0 |  3907 |     - |  1123M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
1906.80/1913.31	c   7.4s|     1 |     0 |  4031 |     - |  1123M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
1907.00/1913.54	c   7.7s|     1 |     0 |  4148 |     - |  1124M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
1907.20/1913.79	c   7.9s|     1 |     0 |  4250 |     - |  1125M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
1907.51/1914.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1907.51/1914.04	c   8.1s|     1 |     0 |  4364 |     - |  1125M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
1907.80/1914.30	c   8.4s|     1 |     0 |  4469 |     - |  1125M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
1908.00/1914.58	c   8.7s|     1 |     0 |  4559 |     - |  1125M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
1908.30/1914.81	c   8.9s|     1 |     0 |  4649 |     - |  1125M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1908.61/1915.11	c   9.2s|     1 |     0 |  4732 |     - |  1125M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1908.89/1915.40	c   9.5s|     1 |     0 |  4833 |     - |  1126M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1909.09/1915.62	c   9.7s|     1 |     0 |  4888 |     - |  1126M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1909.29/1915.88	c  10.0s|     1 |     0 |  4940 |     - |  1126M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1909.61/1916.11	c  10.2s|     1 |     0 |  5014 |     - |  1126M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
1934.43/1941.05	c  35.2s|     1 |     2 | 11985 |     - |  1124M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
2010.30/2017.16	c   111s|   100 |   101 | 18852 | 143.6 |  1127M |  19 |  26k|  26k|  26k|2165 |  1 | 613 |1823 |-3.702100e+04 |      --      |    Inf | unknown
2052.16/2059.17	c   153s|   200 |   199 | 25382 | 104.3 |  1130M |  21 |  26k|  26k|  26k|3088 |  1 | 641 |2764 |-3.715957e+04 |      --      |    Inf | unknown
2099.03/2106.17	c   200s|   300 |   295 | 31449 |  89.7 |  1131M |  21 |  26k|  26k|  26k|4037 |  1 | 656 |3635 |-3.738455e+04 |      --      |    Inf |   0.78%
2120.65/2127.83	c   222s|   400 |   391 | 37983 |  83.6 |  1134M |  21 |  26k|  26k|  26k|4943 |  1 | 693 |3983 |-3.758386e+04 |      --      |    Inf |   0.78%
2140.40/2147.60	c   242s|   500 |   489 | 46116 |  83.1 |  1136M |  22 |  26k|  26k|  26k|6189 |  1 | 703 |4331 |-3.758386e+04 |      --      |    Inf |   0.78%
2162.34/2169.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2162.34/2169.63	c   264s|   600 |   587 | 71536 | 111.7 |  1140M |  23 |  26k|  26k|  26k|7394 |  1 | 726 |4543 |-3.799721e+04 |      --      |    Inf |   0.78%
2178.19/2185.58	c   280s|   700 |   685 | 81434 | 109.9 |  1144M |  23 |  26k|  26k|  26k|8780 |  1 | 757 |4731 |-3.806767e+04 |      --      |    Inf |   0.79%
2192.15/2199.55	c   294s|   800 |   785 | 89584 | 106.3 |  1147M |  23 |  26k|  26k|  26k|  10k|  1 | 799 |4899 |-3.806767e+04 |      --      |    Inf |   0.79%
2202.53/2209.98	c   304s|   900 |   885 | 98569 | 104.5 |  1149M |  23 |  26k|  26k|  26k|  11k|  1 | 817 |4991 |-3.823448e+04 |      --      |    Inf |   0.79%
2212.80/2220.22	c   314s|  1000 |   985 |108002 | 103.5 |  1149M |  31 |  26k|  26k|  26k|  12k|  1 | 820 |5083 |-3.827087e+04 |      --      |    Inf |   0.79%
2224.46/2231.92	c   326s|  1100 |  1081 |115906 | 101.3 |  1152M |  35 |  26k|  26k|  26k|  13k|  1 | 851 |5169 |-3.827087e+04 |      --      |    Inf |   0.79%
2235.43/2242.96	c   337s|  1200 |  1181 |123262 |  98.9 |  1153M |  35 |  26k|  26k|  26k|  13k|  1 | 923 |5315 |-3.834256e+04 |      --      |    Inf |   0.79%
2245.11/2252.63	c   347s|  1300 |  1281 |131923 |  98.0 |  1154M |  35 |  26k|  26k|  26k|  14k|  1 | 954 |5388 |-3.834256e+04 |      --      |    Inf |   0.79%
2253.68/2261.29	c   355s|  1400 |  1381 |140795 |  97.3 |  1158M |  35 |  26k|  26k|  26k|  15k|  1 | 975 |5462 |-3.835947e+04 |      --      |    Inf |   0.79%
2261.66/2269.22	c   363s|  1500 |  1481 |146731 |  94.8 |  1158M |  37 |  26k|  26k|  26k|  15k|  1 |1038 |5531 |-3.835947e+04 |      --      |    Inf |   0.79%
2276.81/2284.46	c   379s|  1600 |  1579 |163228 |  99.2 |  1159M |  37 |  26k|  26k|  26k|  16k|  1 |1052 |5601 |-3.835947e+04 |      --      |    Inf |   0.79%
2282.80/2290.46	c   385s|  1700 |  1675 |168167 |  96.3 |  1160M |  37 |  26k|  26k|  26k|  17k|  1 |1061 |5651 |-3.835947e+04 |      --      |    Inf |   0.79%
2291.08/2298.74	c   393s|  1800 |  1773 |175238 |  94.8 |  1161M |  37 |  26k|  26k|  26k|  18k|  1 |1123 |5721 |-3.839929e+04 |      --      |    Inf |   0.80%
2298.95/2306.69	c   401s|  1900 |  1871 |180955 |  92.9 |  1162M |  39 |  26k|  26k|  26k|  19k|  1 |1167 |5797 |-3.845468e+04 |      --      |    Inf |   0.84%
2306.03/2313.71	c   408s|  2000 |  1969 |186267 |  90.9 |  1162M |  39 |  26k|  26k|  26k|  19k|  1 |1247 |5861 |-3.845468e+04 |      --      |    Inf |   0.84%
2311.33/2319.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2311.33/2319.06	c   413s|  2100 |  2069 |191094 |  88.8 |  1163M |  39 |  26k|  26k|  26k|  20k|  1 |1340 |5890 |-3.846867e+04 |      --      |    Inf |   0.84%
2317.00/2324.76	c   419s|  2200 |  2169 |195498 |  86.8 |  1165M |  39 |  26k|  26k|  26k|  20k|  1 |1382 |5931 |-3.846867e+04 |      --      |    Inf |   0.84%
2324.98/2332.72	c   427s|  2300 |  2267 |203524 |  86.5 |  1165M |  39 |  26k|  26k|  26k|  21k|  1 |1414 |5979 |-3.848102e+04 |      --      |    Inf |   0.84%
2334.45/2342.28	c   436s|  2400 |  2367 |209939 |  85.6 |  1167M |  39 |  26k|  26k|  26k|  21k|  1 |1508 |6082 |-3.848102e+04 |      --      |    Inf |   0.84%
2344.24/2352.08	c   446s|  2500 |  2465 |216757 |  84.9 |  1180M |  39 |  26k|  27k|  26k|  22k|  1 |1560 |6174 |-3.848102e+04 |      --      |    Inf |   0.84%
2353.79/2361.64	c   456s|  2600 |  2563 |222915 |  84.0 |  1195M |  39 |  26k|  27k|  26k|  23k|  1 |1562 |6265 |-3.848102e+04 |      --      |    Inf |   0.84%
2362.28/2370.17	c   464s|  2700 |  2663 |228349 |  82.9 |  1200M |  39 |  26k|  27k|  26k|  24k|  1 |1583 |6370 |-3.849401e+04 |      --      |    Inf |   0.84%
2371.44/2379.36	c   473s|  2800 |  2763 |233977 |  81.9 |  1203M |  39 |  26k|  27k|  26k|  24k|  1 |1677 |6495 |-3.849401e+04 |      --      |    Inf |   0.84%
2380.43/2388.35	c   482s|  2900 |  2861 |239392 |  81.0 |  1205M |  39 |  26k|  27k|  26k|  25k|  1 |1706 |6600 |-3.849401e+04 |      --      |    Inf |   0.85%
2391.89/2399.89	c   494s|  3000 |  2961 |246301 |  80.6 |  1215M |  39 |  26k|  27k|  26k|  25k|  2 |1776 |6739 |-3.849401e+04 |      --      |    Inf |   0.85%
2400.87/2408.84	c   503s|  3100 |  3059 |252221 |  79.9 |  1221M |  39 |  26k|  27k|  26k|  26k|  1 |1868 |6833 |-3.850757e+04 |      --      |    Inf |   0.85%
2407.75/2415.74	c   510s|  3200 |  3159 |257398 |  79.0 |  1224M |  39 |  26k|  27k|  26k|  27k|  1 |1889 |6893 |-3.850757e+04 |      --      |    Inf |   0.85%
2415.03/2423.09	c   517s|  3300 |  3253 |262959 |  78.3 |  1227M |  39 |  26k|  27k|  26k|  27k|  1 |1936 |6951 |-3.850757e+04 |      --      |    Inf |   0.85%
2424.20/2432.26	c   526s|  3400 |  3351 |269791 |  78.0 |  1233M |  39 |  26k|  27k|  26k|  28k|  1 |1979 |7033 |-3.853523e+04 |      --      |    Inf |   0.85%
2431.48/2439.55	c   534s|  3500 |  3447 |275920 |  77.5 |  1236M |  39 |  26k|  27k|  26k|  28k|  1 |2022 |7089 |-3.853523e+04 |      --      |    Inf |   0.85%
2438.66/2446.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2438.66/2446.71	c   541s|  3600 |  3545 |282313 |  77.2 |  1238M |  39 |  26k|  27k|  26k|  29k|  1 |2071 |7138 |-3.854740e+04 |      --      |    Inf |   0.85%
2445.14/2453.20	c   547s|  3700 |  3645 |287577 |  76.5 |  1242M |  39 |  26k|  27k|  26k|  30k|  2 |2105 |7183 |-3.854740e+04 |      --      |    Inf |   0.85%
2451.12/2459.25	c   553s|  3800 |  3745 |293200 |  76.0 |  1246M |  39 |  26k|  27k|  26k|  30k|  1 |2105 |7214 |-3.855646e+04 |      --      |    Inf |   0.85%
2457.02/2465.16	c   559s|  3900 |  3843 |298145 |  75.3 |  1248M |  39 |  26k|  27k|  26k|  31k|  1 |2116 |7251 |-3.855646e+04 |      --      |    Inf |   0.85%
2462.90/2471.11	c   565s|  4000 |  3943 |304176 |  74.9 |  1251M |  39 |  26k|  27k|  26k|  31k|  1 |2116 |7288 |-3.857150e+04 |      --      |    Inf |   0.85%
2469.77/2477.96	c   572s|  4100 |  4043 |310307 |  74.6 |  1257M |  39 |  26k|  27k|  26k|  32k|  2 |2116 |7333 |-3.857150e+04 |      --      |    Inf |   0.85%
2476.65/2484.83	c   579s|  4200 |  4143 |316526 |  74.3 |  1264M |  39 |  26k|  27k|  26k|  33k|  1 |2127 |7367 |-3.866273e+04 |      --      |    Inf |   0.85%
2482.24/2490.48	c   585s|  4300 |  4241 |322012 |  73.8 |  1267M |  39 |  26k|  27k|  26k|  33k|  1 |2132 |7396 |-3.866273e+04 |      --      |    Inf |   0.85%
2488.32/2496.56	c   591s|  4400 |  4341 |327653 |  73.4 |  1273M |  39 |  26k|  27k|  26k|  34k|  1 |2155 |7415 |-3.871607e+04 |      --      |    Inf |   0.85%
2495.10/2503.36	c   597s|  4500 |  4441 |336068 |  73.7 |  1275M |  39 |  26k|  27k|  26k|  34k|  1 |2176 |7443 |-3.871607e+04 |      --      |    Inf |   0.85%
2500.19/2508.41	c 
2500.19/2508.41	c SCIP Status        : solving was interrupted [time limit reached]
2500.19/2508.41	c Solving Time (sec) : 602.52
2500.19/2508.41	c Solving Nodes      : 4562
2500.19/2508.41	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2500.19/2508.41	c Dual Bound         : -3.87174424764687e+04
2500.19/2508.41	c Gap                : infinite
2500.19/2508.41	c SCIP status: 23 (TIMELIMIT)
2500.19/2508.41	c solveScip: freeing transform (!can_skip_free_transform)
2500.38/2508.62	c SCIP LP bound tightened UB: 70997015 -> 70996779
2500.38/2508.62	c pb_solver_status: sst_unknown
2500.38/2508.62	c LB_goalvalue: 0
2500.38/2508.62	c UB_goalvalue: 70996779
2500.38/2508.62	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2500.38/2508.62	c SCIP returned: sst_unknown
2500.38/2508.62	c SCIP primal LB: -oo, dual UB: 70996779
2500.38/2508.62	c assumptions: 
2500.38/2508.62	c invoking solver with time budget: 80.000000
2580.38/2588.84	c sat_solver_result: sst_unknown
2580.38/2588.84	c SAT solver timed out; proceeding to cooperative SCIP call
2580.38/2588.84	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70996779
2580.38/2588.84	c scip solving with time budget: 843.308032
2580.38/2588.84	c solveScip
2580.38/2588.84	c initScipForCoop
2580.38/2588.84	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2580.38/2588.89	c presolving:
2580.59/2589.06	c    (0.2s) running MILP presolver
2580.77/2589.21	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2580.87/2589.33	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
2580.97/2589.47	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
2581.07/2589.56	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
2581.07/2589.56	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
2581.77/2590.25	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2581.77/2590.25	c    (1.4s) probing aborted: 50/50 successive totally useless probings
2582.07/2590.56	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2582.17/2590.64	c    (1.8s) no symmetry present (symcode time: 0.03)
2582.17/2590.67	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
2582.17/2590.67	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
2582.17/2590.67	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2582.17/2590.67	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
2582.17/2590.67	c   24806 constraints of type <knapsack>
2582.17/2590.67	c     634 constraints of type <setppc>
2582.17/2590.67	c     316 constraints of type <logicor>
2582.17/2590.67	c transformed objective value is always integral (scale: 1)
2582.17/2590.67	c Presolving Time: 1.78
2582.17/2590.67	c 
2582.97/2591.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2582.97/2591.47	c   2.6s|     1 |     0 |   980 |     - |  1191M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
2583.57/2592.02	c   3.2s|     1 |     0 |  2456 |     - |  1194M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
2584.16/2592.63	c   3.8s|     1 |     0 |  2596 |     - |  1195M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
2584.46/2593.01	c   4.2s|     1 |     0 |  2760 |     - |  1195M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
2584.86/2593.39	c   4.6s|     1 |     0 |  2972 |     - |  1195M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
2585.26/2593.79	c   5.0s|     1 |     0 |  3128 |     - |  1195M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
2585.67/2594.17	c   5.3s|     1 |     0 |  3285 |     - |  1195M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
2586.06/2594.53	c   5.7s|     1 |     0 |  3418 |     - |  1198M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
2586.45/2594.94	c   6.1s|     1 |     0 |  3570 |     - |  1200M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
2586.85/2595.33	c   6.5s|     1 |     0 |  3690 |     - |  1201M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
2587.25/2595.72	c   6.9s|     1 |     0 |  3813 |     - |  1202M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
2587.45/2595.99	c   7.2s|     1 |     0 |  3907 |     - |  1202M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
2587.75/2596.29	c   7.5s|     1 |     0 |  4031 |     - |  1202M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
2588.05/2596.52	c   7.7s|     1 |     0 |  4148 |     - |  1203M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
2588.25/2596.77	c   7.9s|     1 |     0 |  4250 |     - |  1204M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
2588.56/2597.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2588.56/2597.02	c   8.2s|     1 |     0 |  4364 |     - |  1204M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
2588.75/2597.29	c   8.5s|     1 |     0 |  4469 |     - |  1204M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
2589.05/2597.56	c   8.7s|     1 |     0 |  4559 |     - |  1204M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
2589.35/2597.80	c   9.0s|     1 |     0 |  4649 |     - |  1204M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
2589.56/2598.10	c   9.3s|     1 |     0 |  4732 |     - |  1204M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
2589.84/2598.39	c   9.6s|     1 |     0 |  4833 |     - |  1205M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
2590.14/2598.61	c   9.8s|     1 |     0 |  4888 |     - |  1205M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
2590.34/2598.87	c  10.0s|     1 |     0 |  4940 |     - |  1205M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
2590.56/2599.10	c  10.3s|     1 |     0 |  5014 |     - |  1205M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
2616.07/2624.64	c  35.8s|     1 |     2 | 11985 |     - |  1203M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
2693.36/2702.18	c   113s|   100 |   101 | 18852 | 143.6 |  1207M |  19 |  26k|  26k|  26k|2165 |  1 | 613 |1823 |-3.702100e+04 |      --      |    Inf | unknown
2736.01/2745.00	c   156s|   200 |   199 | 25382 | 104.3 |  1210M |  21 |  26k|  26k|  26k|3088 |  1 | 641 |2764 |-3.715957e+04 |      --      |    Inf | unknown
2783.74/2792.87	c   204s|   300 |   295 | 31449 |  89.7 |  1212M |  21 |  26k|  26k|  26k|4037 |  1 | 656 |3635 |-3.738455e+04 |      --      |    Inf |   0.78%
2805.76/2815.00	c   226s|   400 |   391 | 37983 |  83.6 |  1214M |  21 |  26k|  26k|  26k|4943 |  1 | 693 |3983 |-3.758386e+04 |      --      |    Inf |   0.78%
2826.00/2835.26	c   246s|   500 |   489 | 46116 |  83.1 |  1215M |  22 |  26k|  26k|  26k|6189 |  1 | 703 |4331 |-3.758386e+04 |      --      |    Inf |   0.78%
2848.42/2857.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2848.42/2857.71	c   269s|   600 |   587 | 71536 | 111.7 |  1219M |  23 |  26k|  26k|  26k|7394 |  1 | 726 |4543 |-3.799721e+04 |      --      |    Inf |   0.78%
2864.57/2873.95	c   285s|   700 |   685 | 81434 | 109.9 |  1223M |  23 |  26k|  26k|  26k|8780 |  1 | 757 |4731 |-3.806767e+04 |      --      |    Inf |   0.79%
2878.73/2888.15	c   299s|   800 |   785 | 89584 | 106.3 |  1225M |  23 |  26k|  26k|  26k|  10k|  1 | 799 |4899 |-3.806767e+04 |      --      |    Inf |   0.79%
2889.28/2898.78	c   310s|   900 |   885 | 98569 | 104.5 |  1227M |  23 |  26k|  26k|  26k|  11k|  1 | 817 |4991 |-3.823448e+04 |      --      |    Inf |   0.79%
2899.75/2909.22	c   320s|  1000 |   985 |108002 | 103.5 |  1228M |  31 |  26k|  26k|  26k|  12k|  1 | 820 |5083 |-3.827087e+04 |      --      |    Inf |   0.79%
2911.62/2921.13	c   332s|  1100 |  1081 |115906 | 101.3 |  1230M |  35 |  26k|  26k|  26k|  13k|  1 | 851 |5169 |-3.827087e+04 |      --      |    Inf |   0.79%
2922.77/2932.37	c   344s|  1200 |  1181 |123262 |  98.9 |  1231M |  35 |  26k|  26k|  26k|  13k|  1 | 923 |5315 |-3.834256e+04 |      --      |    Inf |   0.79%
2932.63/2942.24	c   353s|  1300 |  1281 |131923 |  98.0 |  1233M |  35 |  26k|  26k|  26k|  14k|  1 | 954 |5388 |-3.834256e+04 |      --      |    Inf |   0.79%
2941.43/2951.06	c   362s|  1400 |  1381 |140795 |  97.3 |  1236M |  35 |  26k|  26k|  26k|  15k|  1 | 975 |5462 |-3.835947e+04 |      --      |    Inf |   0.79%
2949.50/2959.14	c   370s|  1500 |  1481 |146731 |  94.8 |  1236M |  37 |  26k|  26k|  26k|  15k|  1 |1038 |5531 |-3.835947e+04 |      --      |    Inf |   0.79%
2965.03/2974.73	c   386s|  1600 |  1579 |163228 |  99.2 |  1237M |  37 |  26k|  26k|  26k|  16k|  1 |1052 |5601 |-3.835947e+04 |      --      |    Inf |   0.79%
2971.11/2980.81	c   392s|  1700 |  1675 |168167 |  96.3 |  1238M |  37 |  26k|  26k|  26k|  17k|  1 |1061 |5651 |-3.835947e+04 |      --      |    Inf |   0.79%
2979.48/2989.23	c   400s|  1800 |  1773 |175238 |  94.8 |  1239M |  37 |  26k|  26k|  26k|  18k|  1 |1123 |5721 |-3.839929e+04 |      --      |    Inf |   0.80%
2987.56/2997.35	c   409s|  1900 |  1871 |180955 |  92.9 |  1240M |  39 |  26k|  26k|  26k|  19k|  1 |1167 |5797 |-3.845468e+04 |      --      |    Inf |   0.84%
2994.73/3004.51	c   416s|  2000 |  1969 |186267 |  90.9 |  1240M |  39 |  26k|  26k|  26k|  19k|  1 |1247 |5861 |-3.845468e+04 |      --      |    Inf |   0.84%
3000.23/3010.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3000.23/3010.01	c   421s|  2100 |  2069 |191094 |  88.8 |  1241M |  39 |  26k|  26k|  26k|  20k|  1 |1340 |5890 |-3.846867e+04 |      --      |    Inf |   0.84%
3005.99/3015.84	c   427s|  2200 |  2169 |195498 |  86.8 |  1244M |  39 |  26k|  26k|  26k|  20k|  1 |1382 |5931 |-3.846867e+04 |      --      |    Inf |   0.84%
3014.07/3023.96	c   435s|  2300 |  2267 |203524 |  86.5 |  1244M |  39 |  26k|  26k|  26k|  21k|  1 |1414 |5979 |-3.848102e+04 |      --      |    Inf |   0.84%
3023.73/3033.68	c   445s|  2400 |  2367 |209939 |  85.6 |  1246M |  39 |  26k|  26k|  26k|  21k|  1 |1508 |6082 |-3.848102e+04 |      --      |    Inf |   0.84%
3033.70/3043.67	c   455s|  2500 |  2465 |216757 |  84.9 |  1247M |  39 |  26k|  27k|  26k|  22k|  1 |1560 |6174 |-3.848102e+04 |      --      |    Inf |   0.84%
3043.47/3053.41	c   465s|  2600 |  2563 |222915 |  84.0 |  1253M |  39 |  26k|  27k|  26k|  23k|  1 |1562 |6265 |-3.848102e+04 |      --      |    Inf |   0.84%
3052.15/3062.13	c   473s|  2700 |  2663 |228349 |  82.9 |  1255M |  39 |  26k|  27k|  26k|  24k|  1 |1583 |6370 |-3.849401e+04 |      --      |    Inf |   0.84%
3061.50/3071.55	c   483s|  2800 |  2763 |233977 |  81.9 |  1256M |  39 |  26k|  27k|  26k|  24k|  1 |1677 |6495 |-3.849401e+04 |      --      |    Inf |   0.84%
3070.67/3080.73	c   492s|  2900 |  2861 |239392 |  81.0 |  1257M |  39 |  26k|  27k|  26k|  25k|  1 |1706 |6600 |-3.849401e+04 |      --      |    Inf |   0.85%
3082.33/3092.49	c   504s|  3000 |  2961 |246301 |  80.6 |  1260M |  39 |  26k|  27k|  26k|  25k|  2 |1776 |6739 |-3.849401e+04 |      --      |    Inf |   0.85%
3091.50/3101.62	c   513s|  3100 |  3059 |252221 |  79.9 |  1262M |  39 |  26k|  27k|  26k|  26k|  1 |1868 |6833 |-3.850757e+04 |      --      |    Inf |   0.85%
3098.47/3108.66	c   520s|  3200 |  3159 |257398 |  79.0 |  1263M |  39 |  26k|  27k|  26k|  27k|  1 |1889 |6893 |-3.850757e+04 |      --      |    Inf |   0.85%
3105.96/3116.17	c   527s|  3300 |  3253 |262959 |  78.3 |  1264M |  39 |  26k|  27k|  26k|  27k|  1 |1936 |6951 |-3.850757e+04 |      --      |    Inf |   0.85%
3115.22/3125.48	c   537s|  3400 |  3351 |269791 |  78.0 |  1266M |  39 |  26k|  27k|  26k|  28k|  1 |1979 |7033 |-3.853523e+04 |      --      |    Inf |   0.85%
3122.69/3132.90	c   544s|  3500 |  3447 |275920 |  77.5 |  1267M |  39 |  26k|  27k|  26k|  28k|  1 |2022 |7089 |-3.853523e+04 |      --      |    Inf |   0.85%
3129.88/3140.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3129.88/3140.18	c   551s|  3600 |  3545 |282313 |  77.2 |  1268M |  39 |  26k|  27k|  26k|  29k|  1 |2071 |7138 |-3.854740e+04 |      --      |    Inf |   0.85%
3136.54/3146.81	c   558s|  3700 |  3645 |287577 |  76.5 |  1269M |  39 |  26k|  27k|  26k|  30k|  2 |2105 |7183 |-3.854740e+04 |      --      |    Inf |   0.85%
3142.62/3152.97	c   564s|  3800 |  3745 |293200 |  76.0 |  1272M |  39 |  26k|  27k|  26k|  30k|  1 |2105 |7214 |-3.855646e+04 |      --      |    Inf |   0.85%
3148.60/3159.00	c   570s|  3900 |  3843 |298145 |  75.3 |  1273M |  39 |  26k|  27k|  26k|  31k|  1 |2116 |7251 |-3.855646e+04 |      --      |    Inf |   0.85%
3154.69/3165.10	c   576s|  4000 |  3943 |304176 |  74.9 |  1273M |  39 |  26k|  27k|  26k|  31k|  1 |2116 |7288 |-3.857150e+04 |      --      |    Inf |   0.85%
3161.67/3172.07	c   583s|  4100 |  4043 |310307 |  74.6 |  1274M |  39 |  26k|  27k|  26k|  32k|  2 |2116 |7333 |-3.857150e+04 |      --      |    Inf |   0.85%
3168.65/3179.10	c   590s|  4200 |  4143 |316526 |  74.3 |  1276M |  39 |  26k|  27k|  26k|  33k|  1 |2127 |7367 |-3.866273e+04 |      --      |    Inf |   0.85%
3174.41/3184.87	c   596s|  4300 |  4241 |322012 |  73.8 |  1277M |  39 |  26k|  27k|  26k|  33k|  1 |2132 |7396 |-3.866273e+04 |      --      |    Inf |   0.85%
3180.61/3191.07	c   602s|  4400 |  4341 |327653 |  73.4 |  1278M |  39 |  26k|  27k|  26k|  34k|  1 |2155 |7415 |-3.871607e+04 |      --      |    Inf |   0.85%
3187.58/3198.02	c   609s|  4500 |  4441 |336068 |  73.7 |  1278M |  39 |  26k|  27k|  26k|  34k|  1 |2176 |7443 |-3.871607e+04 |      --      |    Inf |   0.85%
3202.22/3212.75	c   624s|  4600 |  4537 |341226 |  73.2 |  1281M |  39 |  26k|  27k|  26k|  35k|  1 |2180 |7471 |-3.871744e+04 |      --      |    Inf |   0.85%
3209.00/3219.56	c   631s|  4700 |  4637 |348078 |  73.1 |  1286M |  39 |  26k|  27k|  26k|  36k|  1 |2180 |7508 |-3.874569e+04 |      --      |    Inf |   0.85%
3213.38/3223.94	c   635s|  4800 |  4735 |352551 |  72.5 |  1287M |  39 |  26k|  27k|  26k|  36k|  1 |2186 |7518 |-3.874569e+04 |      --      |    Inf |   0.85%
3224.56/3235.17	c   646s|  4900 |  4835 |361296 |  72.8 |  1312M |  43 |  26k|  27k|  26k|  37k|  1 |2218 |7591 |-3.874569e+04 |      --      |    Inf |   0.85%
3231.91/3242.51	c   654s|  5000 |  4929 |366239 |  72.3 |  1325M |  43 |  26k|  27k|  26k|  37k|  1 |2248 |7648 |-3.876186e+04 |      --      |    Inf |   0.85%
3239.59/3250.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3239.59/3250.22	c   661s|  5100 |  5023 |371567 |  72.0 |  1330M |  43 |  26k|  27k|  26k|  38k|  1 |2299 |7717 |-3.876186e+04 |      --      |    Inf |   0.85%
3246.76/3257.43	c   669s|  5200 |  5115 |377077 |  71.6 |  1335M |  43 |  26k|  27k|  26k|  39k|  1 |2340 |7781 |-3.876186e+04 |      --      |    Inf |   0.85%
3253.25/3264.01	c   675s|  5300 |  5209 |382435 |  71.3 |  1344M |  43 |  26k|  27k|  26k|  39k|  3 |2370 |7818 |-3.876186e+04 |      --      |    Inf |   0.85%
3260.22/3270.90	c   682s|  5400 |  5303 |388497 |  71.1 |  1353M |  43 |  26k|  27k|  26k|  40k|  1 |2403 |7856 |-3.879589e+04 |      --      |    Inf |   0.85%
3267.89/3278.61	c   690s|  5500 |  5401 |394979 |  71.0 |  1356M |  43 |  26k|  27k|  26k|  41k|  1 |2424 |7899 |-3.885199e+04 |      --      |    Inf |   0.85%
3274.57/3285.38	c   697s|  5600 |  5497 |400127 |  70.6 |  1359M |  43 |  26k|  27k|  26k|  41k|  1 |2444 |7936 |-3.885650e+04 |      --      |    Inf |   0.85%
3282.85/3293.63	c   705s|  5700 |  5595 |407378 |  70.7 |  1367M |  43 |  26k|  27k|  26k|  42k|  1 |2468 |8003 |-3.889059e+04 |      --      |    Inf |   0.86%
3288.82/3299.63	c   711s|  5800 |  5695 |412906 |  70.4 |  1376M |  43 |  26k|  27k|  26k|  43k|  1 |2468 |8026 |-3.890240e+04 |      --      |    Inf |   0.86%
3300.38/3311.20	c   722s|  5900 |  5793 |421198 |  70.6 |  1390M |  43 |  26k|  27k|  26k|  44k|  1 |2479 |8091 |-3.890240e+04 |      --      |    Inf |   0.86%
3311.84/3322.72	c   734s|  6000 |  5893 |429601 |  70.8 |  1396M |  43 |  26k|  27k|  26k|  44k|  1 |2479 |8185 |-3.890240e+04 |      --      |    Inf |   0.86%
3320.32/3331.20	c   742s|  6100 |  5991 |436548 |  70.8 |  1408M |  43 |  26k|  27k|  26k|  45k|  1 |2482 |8237 |-3.890439e+04 |      --      |    Inf |   0.86%
3331.68/3342.63	c   754s|  6200 |  6091 |443923 |  70.9 |  1416M |  43 |  26k|  27k|  26k|  46k|  1 |2514 |8321 |-3.890439e+04 |      --      |    Inf |   0.86%
3339.17/3350.13	c   761s|  6300 |  6191 |450746 |  70.8 |  1417M |  43 |  26k|  27k|  26k|  46k|  1 |2525 |8373 |-3.890439e+04 |      --      |    Inf |   0.86%
3349.62/3360.69	c   772s|  6400 |  6291 |459467 |  71.1 |  1421M |  43 |  26k|  27k|  26k|  47k|  1 |2546 |8465 |-3.890448e+04 |      --      |    Inf |   0.86%
3358.49/3369.59	c   781s|  6500 |  6391 |466571 |  71.1 |  1423M |  43 |  26k|  27k|  26k|  48k|  1 |2546 |8549 |-3.890533e+04 |      --      |    Inf |   0.86%
3368.15/3379.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3368.15/3379.24	c   790s|  6600 |  6491 |474754 |  71.2 |  1425M |  43 |  26k|  27k|  26k|  48k|  1 |2548 |8639 |-3.890533e+04 |      --      |    Inf |   0.86%
3378.93/3390.06	c   801s|  6700 |  6591 |481807 |  71.2 |  1432M |  43 |  26k|  27k|  26k|  49k|  4 |2548 |8729 |-3.890533e+04 |      --      |    Inf |   0.86%
3388.80/3400.01	c   811s|  6800 |  6691 |490763 |  71.5 |  1443M |  43 |  26k|  27k|  26k|  50k|  1 |2548 |8813 |-3.891990e+04 |      --      |    Inf |   0.86%
3398.37/3409.58	c   821s|  6900 |  6791 |498116 |  71.5 |  1445M |  43 |  26k|  27k|  26k|  50k|  1 |2559 |8920 |-3.891990e+04 |      --      |    Inf |   0.86%
3410.95/3422.13	c   833s|  7000 |  6889 |505790 |  71.6 |  1458M |  43 |  26k|  27k|  26k|  51k|  1 |2583 |9008 |-3.891990e+04 |      --      |    Inf |   0.86%
3420.93/3432.14	c 
3420.93/3432.14	c SCIP Status        : solving was interrupted [time limit reached]
3420.93/3432.14	c Solving Time (sec) : 843.31
3420.93/3432.14	c Solving Nodes      : 7086
3420.93/3432.14	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
3420.93/3432.14	c Dual Bound         : -3.89320300632911e+04
3420.93/3432.14	c Gap                : infinite
3420.93/3432.14	c SCIP status: 23 (TIMELIMIT)
3420.93/3432.14	c SCIP LP bound tightened UB: 70996779 -> 70996564
3420.93/3432.14	c pb_solver_status: sst_unknown
3420.93/3432.14	c LB_goalvalue: 0
3420.93/3432.14	c UB_goalvalue: 70996564
3420.93/3432.14	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
3420.93/3432.14	c SCIP returned: sst_unknown
3420.93/3432.14	c SCIP primal LB: -oo, dual UB: 70996564
3420.93/3432.14	c assumptions: 
3420.93/3432.14	c invoking solver with time budget: 80.000000
3500.92/3512.34	c sat_solver_result: sst_unknown
3500.92/3512.34	c SAT solver timed out; proceeding to cooperative SCIP call
3500.92/3512.34	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 70996564
3500.92/3512.34	c scip solving with time budget: 1180.631245
3500.92/3512.34	c solveScip
3500.92/3512.34	c initScipForCoop
3500.92/3512.34	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
3500.92/3512.34	c SCIPfreeTransform due to timeout and having shadow nodes
3500.92/3512.34	c forcing SCIPfreeTransform before solve
3501.12/3512.56	c Running SCIP presolve for solve-time propagation (rounds=3)
3501.22/3512.61	c presolving:
3501.32/3512.77	c    (0.2s) running MILP presolver
3501.52/3512.92	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3501.63/3513.04	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
3501.73/3513.17	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3502.42/3513.89	c    (1.3s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3502.42/3513.89	c    (1.3s) probing aborted: 50/50 successive totally useless probings
3502.81/3514.20	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
3502.81/3514.20	c  0 deleted vars, 318 deleted constraints, 316 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 790 changed coefficients
3502.81/3514.20	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3502.81/3514.20	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
3502.81/3514.20	c   24964 constraints of type <knapsack>
3502.81/3514.20	c     634 constraints of type <setppc>
3502.81/3514.20	c     158 constraints of type <logicor>
3502.81/3514.20	c transformed objective value is always integral (scale: 1)
3502.81/3514.20	c Presolving Time: 1.59
3502.91/3514.31	c presolving:
3503.01/3514.47	c    (0.2s) running MILP presolver
3503.21/3514.63	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3503.31/3514.75	c (round 1, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 634 clqs, 0 implints
3503.41/3514.88	c (round 2, exhaustive) 0 del vars, 318 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3503.51/3514.98	c (round 3, medium)     0 del vars, 318 del conss, 316 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3503.51/3514.98	c (round 4, fast)       0 del vars, 476 del conss, 474 add conss, 0 chg bounds, 316 chg sides, 632 chg coeffs, 25440 upgd conss, 0 impls, 634 clqs, 0 implints
3504.21/3515.66	c    (1.4s) probing: 51/26386 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3504.21/3515.66	c    (1.4s) probing aborted: 50/50 successive totally useless probings
3504.51/3515.96	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3504.62/3516.04	c    (1.8s) no symmetry present (symcode time: 0.03)
3504.62/3516.07	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
3504.62/3516.07	c  0 deleted vars, 476 deleted constraints, 474 added constraints, 0 tightened bounds, 0 added holes, 316 changed sides, 632 changed coefficients
3504.62/3516.07	c  0 implications, 634 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3504.62/3516.07	c presolved problem has 26386 variables (26386 bin, 0 int, 0 cont) and 25756 constraints
3504.62/3516.07	c   24806 constraints of type <knapsack>
3504.62/3516.07	c     634 constraints of type <setppc>
3504.62/3516.07	c     316 constraints of type <logicor>
3504.62/3516.07	c transformed objective value is always integral (scale: 1)
3504.62/3516.07	c Presolving Time: 1.76
3504.62/3516.07	c 
3505.41/3516.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3505.41/3516.87	c   2.6s|     1 |     0 |   980 |     - |  1333M |   0 |  26k|  26k|  25k|   0 |  0 | 506 |   0 |-3.470453e+04 |      --      |    Inf | unknown
3506.01/3517.42	c   3.2s|     1 |     0 |  2456 |     - |  1336M |   0 |  26k|  26k|  25k| 112 |  1 | 506 |   0 |-3.626075e+04 |      --      |    Inf | unknown
3506.62/3518.03	c   3.8s|     1 |     0 |  2596 |     - |  1337M |   0 |  26k|  26k|  25k| 217 |  2 | 506 |   0 |-3.640215e+04 |      --      |    Inf | unknown
3507.01/3518.40	c   4.2s|     1 |     0 |  2760 |     - |  1337M |   0 |  26k|  26k|  26k| 316 |  3 | 506 |   0 |-3.662806e+04 |      --      |    Inf | unknown
3507.31/3518.78	c   4.5s|     1 |     0 |  2972 |     - |  1337M |   0 |  26k|  26k|  26k| 396 |  4 | 506 |   0 |-3.672000e+04 |      --      |    Inf | unknown
3507.72/3519.19	c   4.9s|     1 |     0 |  3128 |     - |  1337M |   0 |  26k|  26k|  26k| 476 |  5 | 507 |   0 |-3.675161e+04 |      --      |    Inf | unknown
3508.11/3519.56	c   5.3s|     1 |     0 |  3285 |     - |  1338M |   0 |  26k|  26k|  26k| 546 |  6 | 507 |   0 |-3.689151e+04 |      --      |    Inf | unknown
3508.51/3519.93	c   5.7s|     1 |     0 |  3418 |     - |  1341M |   0 |  26k|  26k|  26k| 618 |  7 | 508 |   0 |-3.689151e+04 |      --      |    Inf | unknown
3508.91/3520.33	c   6.1s|     1 |     0 |  3570 |     - |  1345M |   0 |  26k|  26k|  26k| 684 |  8 | 508 |   0 |-3.692408e+04 |      --      |    Inf | unknown
3509.31/3520.72	c   6.5s|     1 |     0 |  3690 |     - |  1346M |   0 |  26k|  26k|  26k| 742 |  9 | 508 |   0 |-3.698945e+04 |      --      |    Inf | unknown
3509.72/3521.11	c   6.9s|     1 |     0 |  3813 |     - |  1349M |   0 |  26k|  26k|  26k| 801 | 10 | 509 |   0 |-3.699173e+04 |      --      |    Inf | unknown
3509.90/3521.38	c   7.1s|     1 |     0 |  3907 |     - |  1349M |   0 |  26k|  26k|  26k| 855 | 11 | 510 |   0 |-3.699624e+04 |      --      |    Inf | unknown
3510.20/3521.67	c   7.4s|     1 |     0 |  4031 |     - |  1349M |   0 |  26k|  26k|  26k| 905 | 12 | 510 |   0 |-3.700146e+04 |      --      |    Inf | unknown
3510.50/3521.91	c   7.7s|     1 |     0 |  4148 |     - |  1350M |   0 |  26k|  26k|  26k| 962 | 13 | 511 |   0 |-3.700700e+04 |      --      |    Inf | unknown
3510.71/3522.16	c   7.9s|     1 |     0 |  4250 |     - |  1352M |   0 |  26k|  26k|  26k|1014 | 14 | 512 |   0 |-3.700826e+04 |      --      |    Inf | unknown
3511.00/3522.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3511.00/3522.40	c   8.1s|     1 |     0 |  4364 |     - |  1352M |   0 |  26k|  26k|  26k|1058 | 15 | 514 |   0 |-3.701126e+04 |      --      |    Inf | unknown
3511.20/3522.67	c   8.4s|     1 |     0 |  4469 |     - |  1352M |   0 |  26k|  26k|  26k|1102 | 16 | 515 |   0 |-3.701226e+04 |      --      |    Inf | unknown
3511.50/3522.94	c   8.7s|     1 |     0 |  4559 |     - |  1352M |   0 |  26k|  26k|  26k|1142 | 17 | 516 |   0 |-3.701226e+04 |      --      |    Inf | unknown
3511.71/3523.18	c   8.9s|     1 |     0 |  4649 |     - |  1352M |   0 |  26k|  26k|  26k|1175 | 18 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
3512.00/3523.48	c   9.2s|     1 |     0 |  4732 |     - |  1353M |   0 |  26k|  26k|  26k|1208 | 19 | 518 |   0 |-3.701526e+04 |      --      |    Inf | unknown
3512.30/3523.77	c   9.5s|     1 |     0 |  4833 |     - |  1354M |   0 |  26k|  26k|  26k|1241 | 20 | 519 |   0 |-3.701526e+04 |      --      |    Inf | unknown
3512.50/3523.99	c   9.7s|     1 |     0 |  4888 |     - |  1354M |   0 |  26k|  26k|  26k|1272 | 21 | 520 |   0 |-3.701526e+04 |      --      |    Inf | unknown
3512.80/3524.25	c  10.0s|     1 |     0 |  4940 |     - |  1354M |   0 |  26k|  26k|  26k|1296 | 22 | 521 |   0 |-3.701526e+04 |      --      |    Inf | unknown
3513.00/3524.49	c  10.2s|     1 |     0 |  5014 |     - |  1354M |   0 |  26k|  26k|  26k|1320 | 23 | 523 |   0 |-3.701526e+04 |      --      |    Inf | unknown
3538.83/3550.36	c  36.1s|     1 |     2 | 11985 |     - |  1352M |   0 |  26k|  26k|  26k|1320 | 23 | 532 |  45 |-3.701659e+04 |      --      |    Inf | unknown
3600.08/3611.70	
3600.08/3611.70	*** TERMINATED *** by signal
3600.08/3611.70	c
3600.08/3611.70	s UNKNOWN
3600.08/3611.70	c _____________________________________________________________________________
3600.08/3611.70	c std/band forms        : 25282,0
3600.08/3611.70	c 2cl/3cl ITE-codings   : 7914056,0
3600.08/3611.70	c BDD/srt/adr Max costs : 418,4470,0
3600.08/3611.70	c BDDraw/bin/mul/srt/adr: 158,0,24806,318,0
3600.08/3611.70	c BDD nodes             : 10394978
3600.08/3611.70	c Es1/CC detections     : 0,0
3600.08/3611.70	c CC sort               : 318
3600.08/3611.70	c SAT/UNSAT calls       : 0,0
3600.08/3611.70	c regenrated variables  : 0
3600.08/3611.70	c eliminated fixed lits : 0
3600.08/3611.70	c goal lit flips        : 0
3600.08/3611.70	c goal stages           : 0
3600.08/3611.70	c goal shrink           : 0
3600.08/3611.70	c goal coeff separations: 4320
3600.08/3611.70	c restarts              : 1131
3600.08/3611.70	c conflicts             : 171969         (48 /sec)
3600.08/3611.70	c decisions             : 13639138       (3789 /sec)
3600.08/3611.70	c propagations          : 3081235359     (855877 /sec)
3600.08/3611.70	c inspects              : 0              (0 /sec)
3600.08/3611.70	c CPU time (solving tm) : 3600 s        (705.6 s, SAT 0 s, UNSAT 0 s)
3600.08/3611.70	c SAT solver time       : 705.6 s
3600.08/3611.70	c SAT solver SAT time   : 0 s
3600.08/3611.70	c SAT solver UNSAT time : 0 s
3600.08/3611.70	c SAT solver TO time    : 705.6 s
3600.08/3611.70	c Time for SCIP         : 2744 s
3600.08/3611.70	c Coop SCIP LB improvements           : 0
3600.08/3611.70	c Coop SCIP UB improvements           : 7
3600.08/3611.70	c SCIP globally fixed variables       : 0
3600.08/3611.70	c SAT  globally fixed variables       : 0
3600.08/3611.70	c SCIP freeTransform calls            : 19
3600.08/3611.70	c Time for Opt-base     : 12.24 s
3600.08/3611.70	c Steps for Opt-base    : 64520406
3600.08/3611.70	c Time for BDD coding   : 32.4 s
3600.08/3611.70	c Time for srt coding   : 0.1467 s
3600.08/3611.70	c Inner solver invocations            : 0
3600.08/3611.70	c Inner solving count                 : 0
3600.08/3611.70	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-4780710-1782138512/watcher-4780710-1782138512 -o /tmp/evaluation-result-4780710-1782138512/solver-4780710-1782138512 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780710-1782138512/vars-4780710-1782138512 --bin-var /tmp/runsolver-exch-nodeE005-1782136005-2194617 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780710-1782138512.opb 

running on 4 cores: 56-59

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

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (59756 MiB free)
  node 1: cores 8-15, 129019 MiB (77474 MiB free)
  node 2: cores 16-23, 128973 MiB (86972 MiB free)
  node 3: cores 24-31, 129003 MiB (70848 MiB free)
  node 4: cores 32-39, 129019 MiB (52712 MiB free)
  node 5: cores 40-47, 129019 MiB (52843 MiB free)
  node 6: cores 48-55, 129019 MiB (95405 MiB free)
  node 7: cores 56-63, 128474 MiB (84834 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=2195903, runsolver pid=2195900
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 16.63 16.45 15.58 17/871 2195906
/proc/meminfo: memFree=594770044/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=101708 memory=30192 CPUtime=0.08 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 5624 203 0 0 8 0 0 0 20 0 1 0 147139133 104148992 7296 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 25427 7548 2725 506 0 6118 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101708 KiB
Current children cumulated memory: 30192 KiB

[startup+0.21345 s]*
/proc/loadavg: 16.63 16.45 15.58 17/871 2195906
/proc/meminfo: memFree=594758708/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=117984 memory=42672 CPUtime=0.19 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 8744 203 0 0 19 0 0 0 20 0 1 0 147139133 120815616 10368 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 29496 10668 2725 506 0 10187 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117984 KiB
Current children cumulated memory: 42672 KiB

[startup+0.311924 s]*
/proc/loadavg: 16.63 16.45 15.58 17/871 2195906
/proc/meminfo: memFree=594744092/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=132792 memory=57508 CPUtime=0.29 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 12453 203 0 0 29 0 0 0 20 0 1 0 147139133 135979008 14080 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 33198 14377 2725 506 0 13889 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 132792 KiB
Current children cumulated memory: 57508 KiB

[startup+0.700133 s]
/proc/loadavg: 16.63 16.45 15.58 18/871 2195906
/proc/meminfo: memFree=594721296/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=188840 memory=121860 CPUtime=0.67 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 27183 203 0 0 65 2 0 0 20 0 1 0 147139133 193372160 30278 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 47210 30465 4783 506 0 27901 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 188840 KiB
Current children cumulated memory: 121860 KiB

[startup+1.50023 s]
/proc/loadavg: 16.63 16.45 15.58 18/871 2195906
/proc/meminfo: memFree=594511196/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=443416 memory=375108 CPUtime=1.47 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 91126 203 0 0 141 6 0 0 20 0 1 0 147139133 454057984 93563 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 110854 93777 5715 506 0 91545 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 443416 KiB
Current children cumulated memory: 375108 KiB

[startup+3.11444 s]
/proc/loadavg: 16.63 16.45 15.58 18/871 2195906
/proc/meminfo: memFree=594257928/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=639712 memory=531588 CPUtime=3.07 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 104055 203 0 0 300 7 0 0 20 0 1 0 147139133 655065088 132707 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 159928 132897 5810 506 0 140619 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 639712 KiB
Current children cumulated memory: 531588 KiB

[startup+6.30019 s]
/proc/loadavg: 16.66 16.46 15.58 18/871 2195906
/proc/meminfo: memFree=594052984/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=968168 memory=816384 CPUtime=6.25 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 150449 203 0 0 613 12 0 0 20 0 1 0 147139133 991404032 203807 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 242042 204096 6045 506 0 222733 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 968168 KiB
Current children cumulated memory: 816384 KiB

[startup+12.7002 s]
/proc/loadavg: 16.69 16.47 15.59 18/871 2195906
/proc/meminfo: memFree=593846532/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=1051208 memory=887404 CPUtime=12.63 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 173305 203 0 0 1249 14 0 0 20 0 1 0 147139133 1076436992 221682 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 262802 221851 6045 506 0 243493 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1051208 KiB
Current children cumulated memory: 887404 KiB

[startup+25.5001 s]
/proc/loadavg: 16.91 16.53 15.62 18/871 2195906
/proc/meminfo: memFree=592562148/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=1229000 memory=1036792 CPUtime=25.4 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 177414 203 0 0 2524 16 0 0 20 0 1 0 147139133 1258496000 259029 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 307250 259198 6045 506 0 287941 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1229000 KiB
Current children cumulated memory: 1036792 KiB

[startup+51.1146 s]
/proc/loadavg: 17.06 16.60 15.67 19/872 2195907
/proc/meminfo: memFree=582685860/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=7169844 memory=6634508 CPUtime=50.95 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 732330 203 0 0 5023 72 0 0 20 0 1 0 147139133 7341920256 1658379 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 1792461 1658626 6061 506 0 1773152 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 7169844 KiB
Current children cumulated memory: 6634508 KiB

[startup+102.3 s]
/proc/loadavg: 16.74 16.60 15.72 18/871 2195908
/proc/meminfo: memFree=581392456/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=7632380 memory=7088928 CPUtime=101.95 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 827314 203 0 0 10093 102 0 0 20 0 1 0 147139133 7815557120 1772028 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 58 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 1908095 1772232 6141 506 0 1888786 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 7632380 KiB
Current children cumulated memory: 7088928 KiB

[startup+162.3 s]
/proc/loadavg: 16.56 16.55 15.76 18/871 2195909
/proc/meminfo: memFree=579256276/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8394908 memory=7860672 CPUtime=161.73 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 840939 203 0 0 16021 152 0 0 20 0 1 0 147139133 8596385792 1964991 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2098727 1965168 6141 506 0 2079418 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 8394908 KiB
Current children cumulated memory: 7860672 KiB

[startup+222.3 s]
/proc/loadavg: 16.55 16.57 15.82 18/871 2195910
/proc/meminfo: memFree=577299896/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8649616 memory=8249672 CPUtime=221.54 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 861070 203 0 0 21932 222 0 0 20 0 1 0 147139133 8857206784 2062116 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2162404 2062418 6173 506 0 2143095 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 8649616 KiB
Current children cumulated memory: 8249672 KiB

[startup+282.3 s]
/proc/loadavg: 16.25 16.48 15.84 18/871 2195911
/proc/meminfo: memFree=576715256/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=7468620 memory=7002252 CPUtime=281.34 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 872588 203 0 0 27899 235 0 0 20 0 1 0 147139133 7647866880 1750302 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 1867155 1750563 6173 506 0 1847846 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 7468620 KiB
Current children cumulated memory: 7002252 KiB

[startup+342.3 s]
/proc/loadavg: 16.09 16.39 15.85 19/867 2195932

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

Current children cumulated memory: 7365296 KiB

[startup+2922.3 s]
/proc/loadavg: 6.25 7.20 9.52 7/811 2196548
/proc/meminfo: memFree=860023776/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8080684 memory=7365296 CPUtime=2912.8 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1192028 203 0 0 288529 2751 0 0 20 0 1 0 147139133 8274620416 1840993 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2020171 1841324 6201 506 0 2000862 0
Current children cumulated CPU time: 2912.8 s
Current children cumulated vsize: 8080684 KiB
Current children cumulated memory: 7365296 KiB

[startup+2982.3 s]
/proc/loadavg: 6.54 7.12 9.35 7/811 2196549
/proc/meminfo: memFree=860029208/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8080684 memory=7365296 CPUtime=2972.61 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1192061 203 0 0 294509 2752 0 0 20 0 1 0 147139133 8274620416 1840993 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2020171 1841324 6201 506 0 2000862 0
Current children cumulated CPU time: 2972.61 s
Current children cumulated vsize: 8080684 KiB
Current children cumulated memory: 7365296 KiB

[startup+3042.3 s]
/proc/loadavg: 6.20 6.92 9.14 7/810 2196550
/proc/meminfo: memFree=860030612/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8080684 memory=7365296 CPUtime=3032.4 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1192076 203 0 0 300488 2752 0 0 20 0 1 0 147139133 8274620416 1840993 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2020171 1841324 6201 506 0 2000862 0
Current children cumulated CPU time: 3032.4 s
Current children cumulated vsize: 8080684 KiB
Current children cumulated memory: 7365296 KiB

[startup+3102.3 s]
/proc/loadavg: 6.07 6.75 8.94 7/811 2196553
/proc/meminfo: memFree=860009720/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8080684 memory=7365296 CPUtime=3092.2 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1192596 203 0 0 306467 2753 0 0 20 0 1 0 147139133 8274620416 1840993 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2020171 1841324 6201 506 0 2000862 0
Current children cumulated CPU time: 3092.2 s
Current children cumulated vsize: 8080684 KiB
Current children cumulated memory: 7365296 KiB

[startup+3162.3 s]
/proc/loadavg: 6.02 6.61 8.75 7/811 2196554
/proc/meminfo: memFree=859864956/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8080684 memory=7365296 CPUtime=3151.99 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1192797 203 0 0 312446 2753 0 0 20 0 1 0 147139133 8274620416 1840993 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2020171 1841324 6201 506 0 2000862 0
Current children cumulated CPU time: 3151.99 s
Current children cumulated vsize: 8080684 KiB
Current children cumulated memory: 7365296 KiB

[startup+3222.3 s]
/proc/loadavg: 6.01 6.49 8.58 7/811 2196555
/proc/meminfo: memFree=859543944/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8027712 memory=7313328 CPUtime=3211.79 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1211826 203 0 0 318425 2754 0 0 20 0 1 0 147139133 8220377088 1828037 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2006928 1828332 6201 506 0 1987619 0
Current children cumulated CPU time: 3211.79 s
Current children cumulated vsize: 8027712 KiB
Current children cumulated memory: 7313328 KiB

[startup+3282.3 s]
/proc/loadavg: 6.53 6.55 8.46 7/811 2196556
/proc/meminfo: memFree=859107792/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8083532 memory=7352016 CPUtime=3271.58 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1222413 203 0 0 324403 2755 0 0 20 0 1 0 147139133 8277536768 1837765 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2020883 1838004 6201 506 0 2001574 0
Current children cumulated CPU time: 3271.58 s
Current children cumulated vsize: 8083532 KiB
Current children cumulated memory: 7352016 KiB

[startup+3342.3 s]
/proc/loadavg: 5.97 6.41 8.29 6/805 2196591
/proc/meminfo: memFree=896225528/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8139296 memory=7388648 CPUtime=3331.38 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1230977 203 0 0 330381 2757 0 0 20 0 1 0 147139133 8334639104 1846853 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2034824 1847162 6201 506 0 2015515 0
Current children cumulated CPU time: 3331.38 s
Current children cumulated vsize: 8139296 KiB
Current children cumulated memory: 7388648 KiB

[startup+3402.3 s]
/proc/loadavg: 5.41 6.16 8.09 6/805 2196592
/proc/meminfo: memFree=895834404/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8168008 memory=7415264 CPUtime=3391.19 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1238049 203 0 0 336360 2759 0 0 20 0 1 0 147139133 8364040192 1853509 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2042002 1853816 6201 506 0 2022693 0
Current children cumulated CPU time: 3391.19 s
Current children cumulated vsize: 8168008 KiB
Current children cumulated memory: 7415264 KiB

[startup+3462.3 s]
/proc/loadavg: 5.15 5.95 7.89 6/804 2196595
/proc/meminfo: memFree=895463116/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8189388 memory=7429164 CPUtime=3451.04 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1242647 203 0 0 342336 2768 0 0 20 0 1 0 147139133 8385933312 1856965 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2047347 1857291 6201 506 0 2028038 0
Current children cumulated CPU time: 3451.04 s
Current children cumulated vsize: 8189388 KiB
Current children cumulated memory: 7429164 KiB

[startup+3522.3 s]
/proc/loadavg: 5.05 5.77 7.71 6/804 2196601
/proc/meminfo: memFree=895068212/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8238444 memory=7478724 CPUtime=3510.9 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1252062 203 0 0 348296 2794 0 0 20 0 1 0 147139133 8436166656 1869321 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2059611 1869681 6201 506 0 2040302 0
Current children cumulated CPU time: 3510.9 s
Current children cumulated vsize: 8238444 KiB
Current children cumulated memory: 7478724 KiB

[startup+3582.3 s]
/proc/loadavg: 5.02 5.63 7.54 6/804 2196602
/proc/meminfo: memFree=894633852/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8238444 memory=7483528 CPUtime=3570.75 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1252395 203 0 0 354280 2795 0 0 20 0 1 0 147139133 8436166656 1870601 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2059611 1870882 6201 506 0 2040302 0
Current children cumulated CPU time: 3570.75 s
Current children cumulated vsize: 8238444 KiB
Current children cumulated memory: 7483528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 5.01 5.57 7.45 6/804 2196602
/proc/meminfo: memFree=894423592/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8238444 memory=7484192 CPUtime=3600.08 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1252412 203 0 0 357213 2795 0 0 20 0 1 0 147139133 8436166656 1870729 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2059611 1871048 6201 506 0 2040302 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 8238444 KiB
Current children cumulated memory: 7484192 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.14 s, system=28.0507 s

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

[startup+3611.7 s]
/proc/loadavg: 5.01 5.57 7.45 6/804 2196602
/proc/meminfo: memFree=894423592/1055320704 swapFree=33554428/33554428
[pid=2195903] ppid=2195900 vsize=8238444 memory=7484192 CPUtime=3600.08 cores=56-59
/proc/2195903/stat : 2195903 (naps_release) R 2195900 2195903 2194593 0 -1 4194304 1252412 203 0 0 357213 2795 0 0 20 0 1 0 147139133 8436166656 1870729 18446744073709551615 4210688 6281017 140735745580752 0 0 0 0 0 16898 0 0 0 17 56 0 0 0 0 0 6662968 6676388 34529280 140735745587419 140735745587600 140735745587600 140735745593288 0
/proc/2195903/statm: 2059611 1871048 6201 506 0 2040302 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 8238444 KiB
Current children cumulated memory: 7484192 KiB

Child status: 10

Real time (s): 3611.8
CPU time (s): 3600.19
CPU user time (s): 3572.14
CPU system time (s): 28.0507
CPU usage (%): 99.6786
Max. virtual memory (cumulated for all children) (KiB): 10451656
Max. memory (cumulated for all children) (KiB): 9760208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.14
system time used= 28.0507
maximum resident set size= 9759644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1252615
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= 314
involuntary context switches= 2215


# summary of solver processes directly reported to runsolver:
#   pid: 2195903
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3572.14
#   total CPU system time (s): 28.0507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.798 second user time and 41.6778 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-22 16:28:32
IDJOB=4780710
IDBENCH=183150
IDSOLVER=3589
FILE ID=nodeE005/4780710-1782138512
RUNJOBID= nodeE005-1782136005-2194617
SLURM_JOB_ID= 12510919
Free space on /tmp= 797628 MiB

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

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

MD5SUM BENCH= a44290e4e212cd76b383120a6c4bab04
RANDOM SEED=836481946

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

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

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

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

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

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

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

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

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

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

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

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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


/proc/meminfo:
MemTotal:       1055320704 kB
MemFree:        594789040 kB
MemAvailable:   727586292 kB
Buffers:            2348 kB
Cached:         137115232 kB
SwapCached:            0 kB
Active:         319618300 kB
Inactive:       135520008 kB
Active(anon):   318887532 kB
Inactive(anon):        0 kB
Active(file):     730768 kB
Inactive(file): 135520008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20440 kB
Writeback:            20 kB
AnonPages:      318006240 kB
Mapped:           243096 kB
Shmem:            866792 kB
KReclaimable:    1378204 kB
Slab:            1939828 kB
SReclaimable:    1378204 kB
SUnreclaim:       561624 kB
KernelStack:       14912 kB
PageTables:       632972 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   335861752 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478384 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  141645824 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 799036 MiB
End job on nodeE005 at 2026-06-22 17:28:44